Commit 0876f472 by BellCodeEditor

auto save

parent b810c294
Showing with 22 additions and 0 deletions
user1="123"
pass1="456"
i=3
while True:
if i>0:
user2=input("111")
pass2=input("222")
i-=1
if user2==user1 and pass2==pass1:
print("1")
break
if user2!=user1:
print("2")
continue
if pass2!=pass1:
print("2")
else:
print("123456789")
exit()
print("345")
\ 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