Commit 31ed0354 by BellCodeEditor

save project

parent cb5db3f9
Showing with 2 additions and 2 deletions
...@@ -16,4 +16,4 @@ ...@@ -16,4 +16,4 @@
# print(s) # print(s)
w= {'语文':61,'数学':72,'英语':93} w= {'语文':61,'数学':72,'英语':93}
for i,v in w.items(): for i,v in w.items():
print(i+v) print(i,v)
\ No newline at end of file \ 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