摘要: #位置传参 ***# def add(x,y):# print("x",x)# print("y", y)# print(x+y)### add(3,5)# def add(x,y,z): #add() missing 1 required positional argument: 'z'# pri 阅读全文
posted @ 2021-03-27 14:05 lpaxq 阅读(68) 评论(0) 推荐(0) 编辑