笨方法學Python 習題 41: 物以類聚

#!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_up(self, mo
相關文章
相關標籤/搜索