Commit efb26503 by BellCodeEditor

save project

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