Commit 3299ee09 by BellCodeEditor

save project

parent d3801603
Showing with 2 additions and 2 deletions
...@@ -7,9 +7,9 @@ while True: ...@@ -7,9 +7,9 @@ while True:
if username==user and userpassword==uset: if username==user and userpassword==uset:
print("登陆成功") print("登陆成功")
break break
if usetname!=user: if username!=user:
print("账号错误") print("账号错误")
if userpassword!=user: if userpassword!=uset:
print("密码错误") print("密码错误")
print("欢迎来到") print("欢迎来到")
......
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