2015年4月18日

Python学习

摘要: 定义函数:def function_name(a,b,c): statement return sth. # return不是必须的定义类:class class_name(object): attribute statement注:类括号中若是object,则表示这个类没有父类... 阅读全文

posted @ 2015-04-18 15:07 _dshizhh 阅读(122) 评论(0) 推荐(0)

导航