Posted 2024-12-04PythonTerms in programming– arguments: 实参, 调用函数时传入的参数 parameters: 形参, 定义函数时包含的参数 #Python