Commit 44f99975 by BellCodeEditor

save project

parent 75c5085d
Showing with 21 additions and 0 deletions
i = 3
username = "python"
userpassword = "987654"
while True:
if i>0:
name = input()
password = input()
i -= 1
if name == username and password == userpassword:
print()
break
if name !=username:
print()
continue
if password != userpassword:
print()
else:
print()
exit()
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