Commit 6655f83c by BellCodeEditor

save project

parent 07c222bc
Showing with 4 additions and 2 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
if name != username:
print("")
if password != userpassword:
print("") print("")
\ No newline at end of file
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