Commit bcabb735 by BellCodeEditor

save project

parent 1380eaaa
Showing with 9 additions and 7 deletions
user1=123
pass1=456
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
......@@ -12,8 +15,7 @@ while True:
if pass2!=pass1:
print("2")
else:
print("你的账户已被锁定,请1000000时再来")
else:
print("123456789")
exit()
print()
\ No newline at end of file
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