码迷,mamicode.com
首页 > 编程语言 > 详细

Python 常见错误

时间:2014-08-05 19:05:19      阅读:230      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   div   log   python   ef   return   

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 常见错误

标签:style   blog   color   div   log   python   ef   return   

原文地址:http://www.cnblogs.com/helo-blog/p/3892809.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!