Commit 9a771a96 by BellCodeEditor

auto save

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