Commit 2bd210a6 by BellCodeEditor

save project

parent 02c1e9e4
Showing with 8 additions and 0 deletions
username = "python"
userpassword = "123456"
un = input("请输入密码:")
pd = input("请输入密码:")
if un == username and pd == 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