Commit bcabb735 by BellCodeEditor

save project

parent 1380eaaa
Showing with 20 additions and 18 deletions
user1=123 user1="123"
pass1=456 pass1="456"
i=3
while True: while True:
user2=input("111") if i>0:
pass2=input("222") user2=input("111")
if user2==user1 and pass2==pass1: pass2=input("222")
print("1") i-=1
break if user2==user1 and pass2==pass1:
if user2!=user1: print("1")
print("2") break
continue if user2!=user1:
if pass2!=pass1: print("2")
print("2") continue
if pass2!=pass1:
print("2")
else:
else: print("123456789")
print("你的账户已被锁定,请1000000时再来") exit()
exit() print("345")
print() \ No newline at end of file
\ 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