笨方法學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
相關文章
相關標籤/搜索