Commit d1ac820d by BellCodeEditor

save project

parent 3ebb8a1a
Showing with 6 additions and 5 deletions
score = {'语文':91,'数学':88,'英语':85}
for k,v in score.items():
print(k,v)
# 请对字典进行遍历,将保存的分数以键值对的形式提取打印出来
S={Y:91,X:88,YY:85}
S1={Y:97,X:98,YY:90}
S2={Y:95,X:100,YY:93}
score={wk:S,yn:S1}
name=input("mz:")
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