Commit 0735a765 by BellCodeEditor

save project

parent 6e674bfe
Showing with 8 additions and 0 deletions
username="python"
userpassword=123456
a=input("账号:")
b=int(input("密码:"))
if a==username and b==userpassword:
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