Commit c34615ae by BellCodeEditor

save project

parent da1f1399
Showing with 2 additions and 2 deletions
...@@ -9,10 +9,10 @@ while True: ...@@ -9,10 +9,10 @@ while True:
print("恭喜进入") print("恭喜进入")
break break
print("不对") print("不对")
if username!=name elif username!=name
print("名字不对") print("名字不对")
continue continue
if userpassword!=password : else 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