Commit 06850449 by BellCodeEditor

save project

parent 386f05f7
Showing with 5 additions and 2 deletions
...@@ -6,8 +6,11 @@ while True: ...@@ -6,8 +6,11 @@ while True:
if username==name and userpassword==dgfy: if username==name and userpassword==dgfy:
print("进入") print("进入")
break break
print("重输") if username!=name:
print("故意") print("zhanghao错,重输")
if userpassword!=dgfy:
print("mima错,重输")
print("傻逼")
# 请用input()实现用户输入账号、密码的功 # 请用input()实现用户输入账号、密码的功
......
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