Commit 6da79593 by BellCodeEditor

save project

parent 72a61c8f
Showing with 2 additions and 0 deletions
username = "pyhon" username = "pyhon"
userpassword = "123456" userpassword = "123456"
...@@ -7,6 +8,7 @@ while True: ...@@ -7,6 +8,7 @@ while True:
inputB = input() inputB = input()
if inputA !=username: if inputA !=username:
print("未飞") print("未飞")
continue
if inputB != userpassword: if inputB != userpassword:
print("未通过") print("未通过")
if inputA == username and inputB == userpassword: if inputA == username and inputB == 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