Commit 332f566a by BellCodeEditor

save project

parent 7ac28e49
Showing with 10 additions and 0 deletions
...@@ -7,5 +7,6 @@ six={'语文':41,'数字':48,'英语':35,} ...@@ -7,5 +7,6 @@ six={'语文':41,'数字':48,'英语':35,}
seven={'语文':31,'数字':38,'英语':25,} seven={'语文':31,'数字':38,'英语':25,}
eight={'语文':21,'数字':28,'英语':15,} eight={'语文':21,'数字':28,'英语':15,}
nine={'语文':11,'数字':8,'英语':5,} nine={'语文':11,'数字':8,'英语':5,}
for k,v in six.items() : for k,v in six.items() :
print(k,v) print(k,v)
\ No newline at end of file
student1={'语文':91,'数学':88,'英语':85}
student2={'语文':90,'数学':87,'英语':89}
student3={'语文':99,'数学':100,'英语':99}
score={'悟空':student1,'诺伊':student2,'小贝':student3}
info=score['悟空']
for k,v in info.items():
\ 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