Commit b0750797 by BellCodeEditor

save project

parent f658e3ef
Showing with 9 additions and 0 deletions
username = "zhanghao"
password = "mima"
name = input("请输入账号:")
word = input("请输入密码:")
if name == username and word == password:
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