Commit 457d48b2 by BellCodeEditor

save project

parent 2631e49d
Showing with 4 additions and 1 deletions
student1={'语文':94,'数学':100,'英语':100}
student2={'语文':95,'数学':96,'英语':90}
student3={'语文':89,'数学':100,'英语':99}
score = {"AnFeng":student1,"SB":student2,"NB":student3}
student4={'语文':95,'数学':87,'英语':100}
student5={'语文':58,'数学':65,'英语':63}
student={'语文':1,'数学':4,'英语':9}
score = {"AnFeng":student1,"SB":student2,"NB":student3,"HuangYue":student4,"ZZ":student5,"MNB":student}
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