Commit e07cacb0 by BellCodeEditor

auto save

parent afd80b3b
Showing with 5 additions and 9 deletions
score1 = {'语文':91,'数学':88,'英语':85} w={'bj':8,'sh':15,'gz':20,'sz':21}
score2 = {'语文':61,'数学':48,'英语':95} d=w.pop("bj")
score3 = {'语文':71,'数学':78,'英语':25} print(d)
a={'w':score1,'a':score2,'c':score3} print(w)
name=input("m:") \ No newline at end of file
i=a[name]
for k,v in i.items():
print(k,v)
\ No newline at end of file
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