Commit cd019306 by BellCodeEditor

save project

parent d2a52d8c
Showing with 1 additions and 0 deletions
...@@ -6,6 +6,7 @@ while True: ...@@ -6,6 +6,7 @@ while True:
password=input("请输入账号密码") password=input("请输入账号密码")
if username!=name: if username!=name:
print("用户名不正确") print("用户名不正确")
continue
if userpassword!=password: if userpassword!=password:
print("账号密码不正确") print("账号密码不正确")
if username ==name and userpassword==password: if username ==name and userpassword==password:
......
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