super() fails with error: TypeError 「argument 1 must be type, not classobj」

關於Python的面向對象的編程有這樣一個例子:html class Bird: def __init__(self): self.hungry = 1 def eat(self): if self.hungry: print 'Aaaah...' self.hungry = 0 els
相關文章
相關標籤/搜索