Commit 6919bf1c by BellCodeEditor

save project

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