Commit abd29bec by BellCodeEditor

save project

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