Commit 4f36be8f by BellCodeEditor

auto save

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