Jon Shemitz added the comment:
That makes sense. Perhaps, then, the tutorial should include the FAQ? (I
can't be the only person who thought to try this.)
On Wed, Feb 19, 2014 at 3:59 PM, R. David Murray wrote:
>
> R. David Murray added the comment:
>
> It's actually almo
New submission from Jon Shemitz:
The tutorial says "Each value is an object, and therefore has a class (also
called its type). It is stored as object.__class__."
So, I tried
>>> 3.__class__
File "", line 1
3.__class__
^
SyntaxErr