函数定义:
In [78]: def printme(str):
....: print str ....: return ....:
调用:
In [79]: printme('This is Jian')
This is JianIn [80]:
本文共 126 字,大约阅读时间需要 1 分钟。
函数定义:
In [78]: def printme(str):
....: print str ....: return ....:
调用:
In [79]: printme('This is Jian')
This is JianIn [80]:
转载地址:http://xtmtx.baihongyu.com/