Commit df8a07f6 by BellCodeEditor

save project

parent 410fee48
Showing with 2 additions and 1 deletions
......@@ -2,5 +2,5 @@ username = "python"
userpassword = "1234567890"
a = input("账号")
b = input("密码")
if a == username and b == username
if a == username and b == username ()
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