python define function

2020-12-13 03:36

阅读:621

标签:ber   mod   nbsp   return   pytho   func   cal   number   UNC   

>>> def square(x):
...     calculates the square of the number x.
...     return x*x
... 
>>> square.__doc__
calculates the square of the number x.
>>> help(square)
Help on function square in module __main__:

square(x)
    calculates the square of the number x.

 

python define function

标签:ber   mod   nbsp   return   pytho   func   cal   number   UNC   

原文地址:https://www.cnblogs.com/lianghong881018/p/11080772.html


评论


亲,登录后才可以留言!