Commit 6d607cef by BellCodeEditor

save project

parent 9258afd7
Showing with 5 additions and 0 deletions
...@@ -6,5 +6,7 @@ d={'语文':95,'数学':100,'英语':82} ...@@ -6,5 +6,7 @@ d={'语文':95,'数学':100,'英语':82}
m={'语文':65,'数学':71,'英语':86} m={'语文':65,'数学':71,'英语':86}
student={'雄楚墨':a,'雄尔':b,'雄达':c,'王聪聪':xb,'姜晓亚':d,'米肖权':m} student={'雄楚墨':a,'雄尔':b,'雄达':c,'王聪聪':xb,'姜晓亚':d,'米肖权':m}
students=student['米肖权'] students=student['米肖权']
print('w'*20)
for k,v in students.items(): for k,v in students.items():
print(k,v) print(k,v)
print('w'*20)
\ No newline at end of file
print('a'*20)
\ 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