Commit 6da79593 by BellCodeEditor

save project

parent 72a61c8f
Showing with 3 additions and 2 deletions
username = "pyhon" username = "pyhon"
userpassword = "123456" userpassword = "123456"
...@@ -7,8 +8,9 @@ while True: ...@@ -7,8 +8,9 @@ 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:
print(a22) print(a22)
break break
\ No newline at end of file
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