Commit efb26503 by BellCodeEditor

save project

parent 16d742e4
Showing with 4 additions and 10 deletions
score={'语文':0,'数学':0,'吃屎':100}
for i in score:
print(i)
for Key in score.Keys():
print(key)
for Key in score.Keys():
print(key)
score1={'语文':0,'数学':0,'吃屎':100}
score2={'语文':0,'数学':0,'吃屎':100}
score3={'语文':0,'数学':0,'吃屎':100}
students={'sb':score1,'tm':score2,'tb':score3}
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