2010年7月22日
摘要: Function:In fact, everyPythonfunction returns a value; if the function ever executes areturnstatement, it will return that value, otherwise it will returnNone, thePythonnull value.doc string Adoc string, if it exists, must be the first thing defined in a function (that is, the first thing after the 阅读全文
posted @ 2010-07-22 02:11 oyzway 阅读(760) 评论(0) 推荐(0)