Commit 9b20b1dd by BellCodeEditor

save project

parent 609ae9c9
Showing with 7 additions and 3 deletions
......@@ -2,7 +2,11 @@
# goods.pop("农夫山泉")
# print(goods)
# # 请将"农夫山泉"删掉,
score = {'语文':91'数学':88,'英语':85}
for iv in score:
print(iv)
score = {"傻逼":{'语文':91,'数学':88,'英语':85},
"大傻逼":{'语文':0,'数学':-1,'英语':-2},
"超级大傻逼":{'语文':-100,'数学':-200,'英语':-300}}
for i,q in score.items():
print(i,q)
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