Commit d74f90d3 by BellCodeEditor

save project

parent be9ece04
Showing with 21 additions and 9 deletions
dgd={'语文':100,'数学':100,'英语':100}
dgl={'语文':30,'数学':60,'英语':90}
qgl={'语文':0,'数学':0,'英语':0}
sywa={'他的':dgd,'好的':dgl,'飞机离开':qgl}
name=input("名字")
for k,v in sywa[name].items():
print(k,v)
\ No newline at end of file
goos={'都很积极':2232,'农夫山泉':123}
goos.pop("农夫山泉")
print(goos)
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