1 def 函数名(参数列表): 2 函数体 3 4 def hello(): 5 print(‘hello‘) 6 hello()#调用
1 def 函数名(参数列表): 2 函数体 3 4 def hello(): 5 print(‘hello‘) 6 hello()#调用
def 函数名(参数列表): 函数体 def hello(): print(‘hello‘) hello()#调用
def 函数名(参数列表): 函数体 def hello(): print(‘hello‘) hello()#调用
1 def 函数名(参数列表): 2 函数体 3 4 def hello(): 5 print(‘hello‘) 6 hello()#调用
def 函数名(参数列表):
函数体
def hello():
print(‘hello‘)
hello()#调用
def 函数名(参数列表):
函数体
def hello():
print(‘hello‘)
hello()#调用
原文:https://www.cnblogs.com/folishJ/p/8970045.html