Commit bcabb735 by BellCodeEditor

save project

parent 1380eaaa
Showing with 9 additions and 7 deletions
user1=123 user1="123"
pass1=456 pass1="456"
i=3
while True: while True:
if i>0:
user2=input("111") user2=input("111")
pass2=input("222") pass2=input("222")
i-=1
if user2==user1 and pass2==pass1: if user2==user1 and pass2==pass1:
print("1") print("1")
break break
...@@ -12,8 +15,7 @@ while True: ...@@ -12,8 +15,7 @@ while True:
if pass2!=pass1: if pass2!=pass1:
print("2") print("2")
else:
else: print("123456789")
print("你的账户已被锁定,请1000000时再来")
exit() exit()
print() print("345")
\ 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