Commit 85ecb907 by BellCodeEditor

save project

parent 99c3bb13
Showing with 1 additions and 1 deletions
......@@ -2,7 +2,7 @@ score = {'悟空':{'语文':91,'æ•°å­¦':88,'英语':85},'å°è´':{'语文':80,'æ
name=input("输入名字")
if name in score:
info=score[name]
print(name)
print("名字:"+name)
print('*'*50)
for i,j in info.items():
print(i,j)
......
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