Commit 4f36be8f by BellCodeEditor

auto save

parent f5aef3d6
Showing with 16 additions and 3 deletions
i=3
username = "6" username = "6"
userpassword = "!@#$%^&*()" userpassword = "qazxswcde"
while True: while True:
if i>0:
name = input("名:") name = input("名:")
password = input("密码:") password = input("密码:")
i-=1
if name == username and passwork == userpassword if name == username and passwork == userpassword
print("6") print("6")
break
it name! =username:
print("p"+str(i)+"y")
print("1l")
continue
if password!=userpassword
print("l") print("l")
print("Hi!!!!!!!!!!Hi!") print("p"+str(i)+"y")
\ No newline at end of file else:
print("错误!错误!错误!)
exit()
print("Hi")
\ 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