Commit 5d958dba by BellCodeEditor

save project

parent 45cb00ac
Showing with 4 additions and 2 deletions
......@@ -9,8 +9,9 @@ while True:
print("登录成功")
break
print("输入错误")
if i !=username:
print("账号错误")
print("账号错误")
continue
if w != userpassword:
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