Commit 6655f83c by BellCodeEditor

save project

parent 07c222bc
Showing with 5 additions and 3 deletions
...@@ -6,5 +6,7 @@ while True: ...@@ -6,5 +6,7 @@ while True:
if n == username and s == userpassword: if n == username and s == userpassword:
print("") print("")
break break
print("") if name != username:
print("") print("")
\ No newline at end of file if password != userpassword:
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