Commit 6919bf1c by BellCodeEditor

save project

parent ce62a8a9
Showing with 13 additions and 7 deletions
i = 3
username = "python"
userpassword = "123456"
while True:
name = input()
password = print()
if name == username and password == superpassword:
if i>0:
name = input()
password = print()
i -= 1
if name == username and password == superpassword:
print()
break
elif name != username:
if name != username:
print()
elif:
continue
if password != username:
print()
elif:
print()
print
\ No newline at end of file
print()
\ 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