2020年5月22日 星期五

python 函數 def

def multiply(m, n):
    return m * n

print(multiply(2, 3))

沒有留言:

張貼留言