Commit 9a771a96 by BellCodeEditor

auto save

parent e24c0063
Showing with 4 additions and 3 deletions
a='a' a='a'
s='1' s='1'
z=input("请输入姓名:") while True:
x=input("请输入密码:") z=input("请输入姓名:")
if z==a and s==x: x=input("请输入密码:")
if z==a and s==x:
print("登录成功") print("登录成功")
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