Commit 96a1a9dc by BellCodeEditor

save project

parent 340f532c
Showing with 1 additions and 1 deletions
......@@ -5,11 +5,11 @@ while True:
j=input("输入账号")
l=input("输入密码")
if zh==j and mm==l:
print("正确")
break
if zh!=j:
print("账号错误")
continue
if mm!=l:
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