实例1
def add(a,b): sum=a+b return sum value =add(11,9) print(value) #输出:20
python 3rd 函数(2)
原文:https://www.cnblogs.com/xsgg/p/15200275.html