Commit 6c62ea48 by BellCodeEditor

auto save

parent 4ce966e1
Showing with 14 additions and 0 deletions
user1=123
pass1=456
while True:
user2=input("111")
pass2=input("222")
if user2==user1 and pass2==pass1:
print("1")
break
if user2!=user1:
print("2")
continue
if pass2!=pass1:
print("2")
print("3")
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