Commit d6342669 by BellCodeEditor

save project

parent f0d61d47
Showing with 4 additions and 2 deletions
...@@ -9,10 +9,12 @@ while True: ...@@ -9,10 +9,12 @@ while True:
if username==name and userpassword==password: if username==name and userpassword==password:
print("登路陈功") print("登路陈功")
break break
if username != name: eith:
username != name:
print("名字错误") print("名字错误")
continue continue
if userpassword != password: else:
userpassword != password:
print("密码错误") print("密码错误")
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