Commit 6da79593 by BellCodeEditor

save project

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