Commit 9970e170 by BellCodeEditor

save project

parent 3db9bfce
Showing with 2 additions and 1 deletions
......@@ -12,7 +12,8 @@ while True:
if name != username:
print("用户名不存在")
continue
if print("密码不存在")
if userpassword!=password:
print("密码不存在")
else:
print("滚")
exit()
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