Commit d1ac820d by BellCodeEditor

save project

parent 3ebb8a1a
Showing with 6 additions and 5 deletions
score = {'语文':91,'数学':88,'英语':85} S={Y:91,X:88,YY:85}
for k,v in score.items(): S1={Y:97,X:98,YY:90}
print(k,v) 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