Commit 6d4c5efa by BellCodeEditor

save project

parent b3e4f298
Showing with 9 additions and 0 deletions
zh="bangxuan"
mm="123456"
zh1=input("请输入账号")
mm1=input("请输入密码")
if zh==zh1 and mm==mm1:
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