Commit 3b395d1a by BellCodeEditor

save project

parent 6a1380ff
Showing with 3 additions and 2 deletions
......@@ -7,7 +7,7 @@ while True:
print("登录成功!")
break
if name != usernname:
print("登录用户名错误!")
print("登录用户名错误!")
if password != userpassword:
print("登录密码错误!")
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