Commit 318f3203 by BellCodeEditor

auto save

parent 529ca3dd
Showing with 15 additions and 5 deletions
...@@ -19,11 +19,22 @@ ...@@ -19,11 +19,22 @@
score = {'语':110,'数':110,'英':110} # score = {'语':110,'数':110,'英':110}
for i in score: # for i in score:
print(i) # print(i)
for i in # for i in
\ No newline at end of file
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