Commit ef6d9e67 by BellCodeEditor

auto save

parent 70acc835
Showing with 2 additions and 1 deletions
......@@ -6,6 +6,7 @@ name=input("输入账号:")
password=input("输入密码:")
if name==username and password==userpassword:
print("登录成功")
else:
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