Commit 219bb0ea by BellCodeEditor

save project

parent 81d5689c
Showing with 2 additions and 2 deletions
......@@ -6,7 +6,7 @@ while True:
if reg_name==login_name and df==login_df:
print("登录成功")
break
if reg_name!=login_name
if reg_name!=login_name:
print("账号错误,请重新输入:")
if df!=login_df
if df!=login_df:
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