为了账号安全,请及时绑定邮箱和手机立即绑定

for name in names: score = scores[index] print('name = {}, score = {}'.format(name, score)) index = index + 1

看不懂,请问大神

正在回答

1 回答

#这是for循环将names中的值逐个赋给name

for name in names: 

#将scores中第index-1个的值取出来存入score

score = scores[index] 

#把format函数中的值按先后顺序放入{}中

print('name = {}, score = {}'.format(name, score)) 

#自增

index = index + 1

1 回复 有任何疑惑可以回复我~
#1

幕布斯0457629

函数是不是还没有讲到呢?看的云里雾里的
4天前 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

for name in names: score = scores[index] print('name = {}, score = {}'.format(name, score)) index = index + 1

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信