Commit b8c37399 by BellCodeEditor

save project

parent a7ab6bdd
Showing with 3 additions and 0 deletions
......@@ -34,6 +34,9 @@ while True
if name == username and password == userpassword:
print("ggg")
break
if name !=username:
print("yyy")
if password ! =userpassword
print("tyty")
print("fff")
......
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