`
sql
  • 浏览: 935 次
  • 性别: Icon_minigender_1
  • 来自: 北京
文章分类
社区版块
存档分类
最新评论
文章列表
例子的链接: http://www.woodpecker.org.cn:9081/doc/abyteofpython_cn/chinese/ch11s06.html class Person: '''Represents a person.''' population=0 def __init__(self,name): '''Initializes the person's data.''' self.name=name print '(Initializing %s)' %self.name #When this person is crea ...
Global site tag (gtag.js) - Google Analytics