Python 学习 转载(出处:http://www.cnblogs.com/vamei )加心得 3days
摘要:
class Human(object): laugh = 'hahahaha' def show_laugh(self): print self.laugh def laugh_100th(self): for i in range(100): self.show_laugh()//也可以调用 sh 阅读全文
posted @ 2016-12-11 00:16
chaoren_chen
阅读(104)
评论(0)
推荐(0)
浙公网安备 33010602011771号