Commit abd29bec by BellCodeEditor

save project

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