Commit 98fdf22f by BellCodeEditor

save project

parent 033d9fd8
Showing with 4 additions and 4 deletions
sdiuden1= {'语文':91,'数学':88,'英语':85}
sdiuden2= {'语文':90,'数学':12,'英语':31}
sdiuden3= {'语文':81,'数学':48,'英语':55}
score={"乔桥"sdiuden1"大胖":sdiuden2}
r= {'语文':91,'数学':88,'英语':85}
q= {'语文':90,'数学':12,'英语':31}
w= {'语文':81,'数学':48,'英语':55}
score={"乔桥":r,"大胖":q,"小胖":w}
a=input("你的名字是?")
b=score[a]
for k,v in b.items():
......
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