Commit 033d9fd8 by BellCodeEditor

save project

parent e9717a24
Showing with 7 additions and 3 deletions
score = {'语文':91,'数学':88,'英语':85}
for k,v in score.items():
sdiuden1= {'语文':91,'数学':88,'英语':85}
sdiuden2= {'语文':90,'数学':12,'英语':31}
sdiuden3= {'语文':81,'数学':48,'英语':55}
score={"乔桥"sdiuden1"大胖":sdiuden2}
a=input("你的名字是?")
b=score[a]
for k,v in b.items():
print(k,v)
# 请对字典进行遍历,将保存的分数以键值对的形式提取打印出来
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment