n is a object,what means: s='n' ?

Formalin formalin14 at email.com.cn
Fri Aug 31 18:09:15 EDT 2001


class now:
    ....
    ....
    ....
n=now()
s='n'
print s


the result:<__main__.now instance at 00B2EB0C>

what means?????





More information about the Python-list mailing list