Commit cc95f2f6 by BellCodeEditor

save project

parent 75cf2b3d
Showing with 3 additions and 3 deletions
...@@ -8,10 +8,10 @@ while True: ...@@ -8,10 +8,10 @@ while True:
if username==name and userpassword==password: if username==name and userpassword==password:
print('登陆成功') print('登陆成功')
break break
if username!=name: elif username!=name:
print('用户名不存在') print('用户名不存在')
continue
if userpassword!=password: else:
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