Commit 77f3f941 by BellCodeEditor

auto save

parent 51507e6d
Showing with 5 additions and 3 deletions
...@@ -2,5 +2,7 @@ name="python" ...@@ -2,5 +2,7 @@ name="python"
password="12345678" password="12345678"
username=input("username:") username=input("username:")
userpassword=input("password:") userpassword=input("password:")
if name==username and password=userpassword: if name==username and password==userpassword:
print("ok") print("ok")
\ No newline at end of file else:
print("no")
\ 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