Commit a2aa8a4c by BellCodeEditor

auto save

parent 3ce31792
Showing with 19 additions and 0 deletions
username="1"
userpassword="11"
i = 4
while True:
if i>0:
name = input("输入1")
password = input("输入11")
i-=1
if name == username and password ==userpassword:
print("ok")
break
if password != userpassword:
print("!userpassword")
print("+str(i)+")
continue
if name != username:
print("!uamserne")
print("ok")
\ 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