Commit 3239a00d by BellCodeEditor

save project

parent 1988fb93
Showing with 1 additions and 0 deletions
......@@ -7,6 +7,7 @@ while True:
if a==username and b==userpassword:
print("登录成功")
break
continue
if a!=username:
print("输入的账号错误!请重新输入账号")
continue
......
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