笨方法学Python(41-45)

习题4一、物以类聚 #!/usr/bin/python # -*- coding:utf-8 -*- class TheThing(object): def __init__(self): self.number = 0 def some_function(self): print "I got called." def add_me
相关文章
相关标签/搜索