1.
1 def func(): 2 return a=3#错误的用法
2.
1 class a: 2 def func():#func至少要有一个self参数 3 ...........................
3.
1 class a: 2 def _init_(self):#__init__
Python 常见错误,布布扣,bubuko.com
Python 常见错误
原文:http://www.cnblogs.com/helo-blog/p/3892809.html