亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

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

函數是不是還沒有講到呢?看的云里霧里的
2024-11-11 回復 有任何疑惑可以回復我~

舉報

0/150
提交
取消

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

我要回答 關注問題
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號