Commit 50fb4f16 by BellCodeEditor

save project

parent 9acdf46f
Showing with 16 additions and 0 deletions
username = "dwt"
userpassword = "54188"
while True:
name = input("name:")
password = input("password:")
if name == username and password == userpassword:
print("OK")
break
if name!=username:
print("nameno")
continue
if password!=userpassword:
print("passwordno")
print("NO")
print("welcome")
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