会员
周边
捐助
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Cluster Note
所有内容只做笔记使用, 涉及机密的, 请通知删除
博客园
首页
新随笔
联系
管理
2014年9月19日
Python note
摘要: python 包,模块,类 self只有在类的方法中才会有,独立的函数或方法是不必带有self,非关键词 1 class Person: 2 def _init_(self,name): 3 self.name=name 4 def sayhello(self): 5 print 'My name
阅读全文
posted @ 2014-09-19 17:48 voh99800
阅读(217)
评论(0)
推荐(0)
编辑
公告