[Python]Python 函数调用小例子

函数定义:

In [78]: def printme(str):
....: print str
....: return
....:

 

调用:

In [79]: printme('This is Jian')
This is Jian

In [80]:

posted @ 2017-09-24 20:11  健哥的数据花园  阅读(722)  评论(0编辑  收藏  举报