python 函数

def funName(x):
    print("call funName")
    return (x + 1)

image
原文地址:https://www.cnblogs.com/helloweworld/p/2942715.html