Commit 2f53f2fe by BellCodeEditor

save project

parent 3212f66d
Showing with 8 additions and 2 deletions
input()
\ No newline at end of file
usename="python"
userpassword="123456"
usename1=input("请输入用户名")
userpassword1=input("请输入密码")
if usename==usename1 and userpassword==userpassword1:
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