Neck deep in Python!
January 16th, 2007
Revise your knowledge about Python Types and Objects
For example (straight from the document)
obj = object()
cobj = C()
mylist = [1,2,3]
is related to “type” and “object” as

Posted in Python | Comments (0)