Commit d78d4fbd by BellCodeEditor

save project

parent 5c9b87bd
Showing with 30 additions and 0 deletions
username = "python"
userpassword = "123456"
while True:
name = input("name")
password = input("code")
if name == username and password == userpassword:
print("wellcome")
break
elif name != username:
print("name wrong")
print("str(i) + left")
continue
elif password != userpassword:
print("code wrong")
print("str(i) + left")
continue
#print("sbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsbsb")
print("wellcome")
i = 20
while i < 5440:
i = i + 1
if i == 5438:
continue
print(i)
\ 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