Commit 7240aa43 by BellCodeEditor

save project

parent 18ad9ca2
Showing with 4 additions and 0 deletions
......@@ -7,8 +7,12 @@ while True:
if a==username and b==userpassword:
print("登陆成功")
break
else:
if a!=username:
print("户名错误,请重新输入")
elif :
if b!=userpassword:
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