Commit 4e686440 by BellCodeEditor

save project

parent f05e1936
Showing with 1 additions and 1 deletions
...@@ -9,7 +9,7 @@ while True: ...@@ -9,7 +9,7 @@ while True:
if name==username and name==userpassword: if name==username and name==userpassword:
print("登录成功") print("登录成功")
break break
if: username!=name if username!=name
print("再见,用户名大错特错") print("再见,用户名大错特错")
continue continue
if: password!=userpassword if: password!=userpassword
......
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