Commit 05f31aba by BellCodeEditor

auto save

parent 9f029a57
Showing with 4 additions and 2 deletions
...@@ -4,11 +4,13 @@ score = {'小贝': student1} ...@@ -4,11 +4,13 @@ score = {'小贝': student1}
# 查询并打印出输入的名字对应的所有科目的成绩
print('*'*30) print('*'*30)
for k,v in score.items(): for i in
for k,v in student1.items():
print(k,v) print(k,v)
print('*'*30) print('*'*30)
......
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