I want to know the specific meaning of each paragraph of this code

后端 未结 0 846
小鲜肉
小鲜肉 2020-12-19 13:13

def update_stu(student): # 修改 print(student) name = input("请输入要修改的名字") delnum = 0

for i, stu in enumerate(student):
    if stu[\'name\'] == name:
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题