Commit af1aa056 by BellCodeEditor

auto save

parent 9acdf46f
Showing with 12 additions and 0 deletions
u = "py"
u = "py"
p = "12"
while True:
us=input("输入名字")
ps=input("输入密码")
if (u==us) and (p==ps):
print('进入')
break
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