Commit 318f3203 by BellCodeEditor

auto save

parent 529ca3dd
Showing with 15 additions and 5 deletions
......@@ -19,11 +19,22 @@
score = {'语':110,'数':110,'英':110}
for i in score:
print(i)
# score = {'语':110,'数':110,'英':110}
# for i in score:
# print(i)
for i in
\ No newline at end of file
# for i in
s1={'语':110,'数':110,'英':110}
s2={'语':110,'数':110,'英':110}
s3={'语':0,'数':0,'英':0}
score = {'a':s1,'b':s2,'h':s3}
name = input('名字:')
info = score['name']
for k,v in info.items():
print(k,v)
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