Commit 8885d81c by BellCodeEditor

save project

parent d80573de
Showing with 5 additions and 2 deletions
......@@ -5,8 +5,10 @@ userpassword = "123456"
while True:
inputA = input()
inputB = input()
if inputA !=username or inputB != userpassword:
if inputA !=username:
print("未飞")
if inputB != userpassword:
print("未通过")
if inputA == username and inputB == userpassword:
print()
print(a22)
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