笨方法学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
相关文章
相关标签/搜索