Commit 1e0e503f by BellCodeEditor

save project

parent cdea0ec2
Showing with 2 additions and 0 deletions
......@@ -5,8 +5,10 @@ while True:
d=input("请输入密码:")
if a!=c:
print("用户名错误请重新输入")
continue
if b!=d:
print("密码错误请重新输入")
continue
if a==c and b==d:
print("输入成功")
break
......
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