Commit 213952f3 by BellCodeEditor

save project

parent aa4f1149
Showing with 5 additions and 5 deletions
......@@ -7,9 +7,9 @@ passward = input("请输入密码")
# 如果用户输入的账号、密码正确,提示登陆成功
while True:
if name == usernane and passward == usepassward
print("登录成功")
else:
print("请重新输入账号或密码")
if name == usernane and passward == usepassward
print("登录成功")
else:
print("请重新输入账号或密码")
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