Commit 43eaf957 by BellCodeEditor

save project

parent 5b8ba2c1
Showing with 2 additions and 1 deletions
...@@ -11,7 +11,8 @@ while True: ...@@ -11,7 +11,8 @@ while True:
print("不对") print("不对")
if username!=name if username!=name
print("名字不对") print("名字不对")
if userpassword==password : continue
if userpassword!=password :
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