Commit a6a8fab3 by BellCodeEditor

save project

parent ffeccefb
Showing with 3 additions and 2 deletions
......@@ -10,9 +10,10 @@ while True:
if usernanme==name and userpassword==password:
print("登录成功")
break
if name != usernanme:
elif name != usernanme:
print("重新登录用户名")
continue
else:
print("重新登录密码")
print("欢迎来到SB")
......
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