Commit b2143095 by BellCodeEditor

save project

parent 53839b6c
Showing with 6 additions and 4 deletions
...@@ -5,8 +5,9 @@ B13={'语文':80,'数学':92,'英语':95} ...@@ -5,8 +5,9 @@ B13={'语文':80,'数学':92,'英语':95}
for i in s1: for i in s1:
print(i,s1[i]) print(i,s1[i])
# 请对字典进行遍历,将保存的分数以键值对的形式提取打印出来 # 请对字典进行遍历,将保存的分数以键值对的形式提取打印出来
if name=='q'
print("*"*20)
for i in B13
print(i,B13[i])
print("*"*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