Commit 66869f5c by BellCodeEditor

save project

parent 629a16e9
Showing with 2 additions and 18 deletions
print("hello wold")
\ No newline at end of file
student1 = {'语文': 910, '数学':808, '英语': 508}
student2 = {'语文': 985, '数学': 980, '英语': 908}
student3 = {'语文': 905, '数学': 575, '英语': 943}
score = {'悟空': student1, '诺依': student2, '小贝': student3}
while True:
print("出")
name = input("名字,")
print("*"*25)
if name in score:
score = score[name]
for k, v in imfo.items():
print(k,v)
print("*"*25)
else:
print("你干吗?")
print("*"*25)
print("鸡")
\ No newline at end of file
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