Commit 464c8fe7 by BellCodeEditor

save project

parent 2b988d74
Showing with 1 additions and 0 deletions
score = {'语文':91,'数学':89,'英语':85}
s=input()
print('#'*30)
for k,v in score.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