Commit 8030d0a6 by BellCodeEditor

save project

parent ebddf87d
Showing with 11 additions and 9 deletions
usrname = "pyhon" username = "pyhon"
userpassword = "123456" userpassword = "123456"
inputA = input()
inputB = input()
if inputA == username and inputB == userpassword: while True:
print(4) inputA = input()
else: inputB = input()
exit() if inputA !=username or inputB != userpassword:
\ No newline at end of file print("未通过")
if inputA == username and inputB == userpassword:
print()
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