Commit a2188709 by BellCodeEditor

save project

parent b3352577
Showing with 4 additions and 0 deletions
...@@ -7,6 +7,9 @@ while True: ...@@ -7,6 +7,9 @@ while True:
print('登录成功') print('登录成功')
if username!=username1: if username!=username1:
print('用户名不存在,请重新输入') print('用户名不存在,请重新输入')
continue
if userpassword!=userpassword1: if userpassword!=userpassword1:
print('密码错误,请重新输入') 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