Commit 72a44922 by BellCodeEditor

save project

parent 89051c38
Showing with 1 additions and 1 deletions
user="python"
userpassword="123456"
userme=input("请输入您的账号:")
userpasswordme=("请输入您的密码:")
userpasswordme=input("请输入您的密码:")
if user==userme and userpassword==userpasswordme:
print("欢迎%s"%(user))
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