Commit d6c9bed9 by BellCodeEditor

save project

parent d9b6eb51
Showing with 4 additions and 0 deletions
......@@ -8,6 +8,10 @@ while True:
if name==username and password==userpassword:
print=("密码成功")
break
if name != username:
print("账号不正确")
if password != userpassword:
print("密码不正确")
peint("输入失败")
peint("欢迎您,来到华强买瓜")
......
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