Commit 08ab68fa by BellCodeEditor

save project

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