Commit 742d42c0 by BellCodeEditor

save project

parent 6e4d0da8
Showing with 9 additions and 0 deletions
username = "秋雨"
userpassword = "090922"
n=input("请输入账号")
pwd=input("请输入密码")
if n == username and pwd == 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