Commit 4818a4f9 by BellCodeEditor

save project

parent 3ec8db15
username = "sb"
userpassword = "123sb"
user = input("请输入账号")
pwd = input("请输入账号密码")
if username == user and pwd == userpassword:
print("成功")
else:
print("失败")
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