Commit da27bcad by BellCodeEditor

save project

parent b3e9f728
Showing with 2 additions and 3 deletions
......@@ -6,11 +6,10 @@ while True:
if name == username and password == userpassword:
print("OK")
break
if name!=username:
elif 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