Commit b6d10137 by BellCodeEditor

save project

parent 648573fc
Showing with 1 additions and 1 deletions
......@@ -3,7 +3,7 @@ username = 'python'
# 保存在服务器数据库中的用户密码(正确的密码)
userpassword = '123456'
if (input('你的账号') == username):
if (input('你的密码') == 123456):
if (input('你的密码') ==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