Commit b0a425df by BellCodeEditor

save project

parent f7f368bb
Showing with 6 additions and 1 deletions
dict = {'语文':100,'数学':98,'英语':99}
1 = {'语文':100,'数学':98,'英语':99}
2 = {'语文':95,'数学':94,'英语':99}
3 = {'语文':100,'数学':100,'英语':100}
q = {a:1,b:2,c:3}
z = input("请输入姓名:")
for k,v in dict.items()
print(k,v)
......
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