Commit aa6dee67 by BellCodeEditor

save project

parent 1f6f3354
Showing with 6 additions and 6 deletions
......@@ -5,9 +5,9 @@ score = {'悟空': student1, '诺依': student2, '小贝': student3}
while True:
print('uhui')
name = input("名字:")
print('*'*30)
print('姐姐')
name = input("姓名:")
print('*'*100)
if name in score :
info = score[name]
for k,v in info.items():
......@@ -16,9 +16,9 @@ while True:
elif name == "q":
break
else:
print('输入错误')
print("*"*1000)
print("kkl")
print('输入错误')
print("*"*1000)
print("离开")
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