Commit 08ab68fa by BellCodeEditor

save project

parent 106eaa99
Showing with 1 additions and 3 deletions
...@@ -10,12 +10,10 @@ while i>0: ...@@ -10,12 +10,10 @@ while i>0:
break break
if not name == username: if not name == username:
print("用户名错误!请重新输入") print("用户名错误!请重新输入")
continue
print(i) print(i)
continue
if not password == userpassword: if not password == userpassword:
print("密码错误!请重新输入") print("密码错误!请重新输入")
print(i)
else: else:
print("shuole") print("shuole")
exit() exit()
......
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