2012年3月3日

My first Python class

摘要: """ This is a student class, it has functions:study(),Getage,Getname,Getschool and ageSet, nameSet,schoolSet. @author Jeff Chen @date:2012-3-3 """ #a student class class student: #study function def study(self): print '%s read and study'%self.name #set name def 阅读全文

posted @ 2012-03-03 21:45 X.P.Chen 阅读(169) 评论(0) 推荐(0)

导航