[Tutor] Python OOP question

khalil zakaria Zemmoura zemmoura.khalil at gmail.com
Sun Apr 3 17:10:20 EDT 2016


Hi,

Other_hand seems to be a tuple object which is immutable (unchangeable) so
you can't alter it.

By the way, what other_hand is supposed to be?
A variable that you declared as tuple?
An instance of a class?

As other people said to you, we can only guess because we don't see where
"other_hand" is declared.

Regards


More information about the Tutor mailing list