Commit 89051c38 by BellCodeEditor

save project

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