Commit 328c85fe by BellCodeEditor

save project

parent a46f909c
Showing with 1 additions and 1 deletions
......@@ -18,7 +18,7 @@ score = {'悟空': student1, '诺依': student2, '小贝': student3}
# else:
# print('输入错误')
while True:
name = imput('名字:')
name = input('名字:')
if name in score:
a = scroe[name]
print('*'*30)
......
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