Commit 7ff3534f by BellCodeEditor

save project

parent a0cbfb52
Showing with 13 additions and 2 deletions
# 玩家出拳 apple="ha,ha,ha"
\ No newline at end of file watermelon="wx508109"
while True:
banana=input("请输入账号")
peach=input("请输入密码")
if banana==apple and peach==watermelon:
print("成功")
break
if banana != apple:
print("用户名不存在,请重新输入")
continue
if peach != watermelon:
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