Commit 2fc2aab6 by BellCodeEditor

save project

parent dc77e4b0
Showing with 7 additions and 0 deletions
score = {'语文':100,'数学':100,'英语':100}
for k,v in score.items():
print(k,v)
for k in score.keys():
print(k,score[k])
\ No newline at end of file
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