Commit e07cacb0 by BellCodeEditor

auto save

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