摘要: Traceback (most recent call last): File "C:\Lib\idlelib\13.py", line 40, in <module> print (james.top3())AttributeError: 'Athlete' object has no attri 阅读全文
posted @ 2017-08-27 22:59 dang幸福来敲门 阅读(528) 评论(0) 推荐(0)
摘要: 1、__init__ 左右各是两个小短下划线_ _ 2、 def (空格) __init__ (self) : 没有空格会提示语法错误。 阅读全文
posted @ 2017-08-27 02:03 dang幸福来敲门 阅读(147) 评论(0) 推荐(0)