Commit 16d742e4 by BellCodeEditor

save project

parent 039ee656
Showing with 4 additions and 2 deletions
score={'语文':0,'数学':0,'吃屎':100} score={'语文':0,'数学':0,'吃屎':100}
for i in score: for i in score:
print(i) print(i)
for Key in score.Keys():
print(key)
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