Commit 2801e1ad by BellCodeEditor

save project

parent 654bc3ba
Showing with 10 additions and 0 deletions
usename = "python"
userpassword = "123456"
a=input("账号密码是多少?")
b=input("手机号码是多少?")
if a == usename and b == userpassword:
print ("输入正确,登录成功")
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