Commit a470c663 by BellCodeEditor

save project

parent 1bf4da97
Showing with 9 additions and 0 deletions
username="xxx"
userpassward="123"
a=input("请输入您的账号:")
b=input("请输入您的密码:")
if a=="xxx" and b=="123":
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