Commit 82afc156 by BellCodeEditor

save project

parent 2e7fed6d
Showing with 9 additions and 0 deletions
user="python"
userpassword="85765"
userme=input("请输入你的账号")
userpasswordme=input("输入你的密码:")
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