Commit 5e94577d by BellCodeEditor

auto save

parent 5b8423bf
Showing with 2 additions and 2 deletions
stuent1 = {'语文':91,'数学':100,'英语':85}
stuent1 = {'语文':0,'数学':0,'英语':0}
stuent2 = {'语文':97,'数学':98,'英语':90}
stuent3 = {'语文':90,'数学':98,'英语':0}
score = {'悟空':stuent1,'麦子':stuent2,'傻瓜':stuent3}
score = {'张天佑':stuent1,'麦子':stuent2,' ':stuent3}
while True:
print("请输出你的名字,退出输q")
name = input("姓名:")
......
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