见见这个类

看看这个类?$ python simplestclass.py__main__.Person instance at 0xf6fcb18c # 输出告诉我们:__main_

看看这个类

?

$ python simplestclass.py<__main__.Person instance at 0xf6fcb18c> # 输出告诉我们:__main__模块中有了一个Person类的实例了。
?