摘要: U5函数 Unit5 函数 1、函数的参数 1.1、位置参数的使用 def happy_birthday(name,age): print("祝" + name + str(age) + "岁生日快乐") #调用 happy_birthday("小明", 18) 1.2、关键字传参 def happy_bir 阅读全文
posted @ 2024-10-22 16:34 zhlzn 阅读(7) 评论(0) 推荐(0) 编辑