Commit f635d05f by BellCodeEditor

save project

parent 9e36070d
Showing with 3 additions and 1 deletions
...@@ -9,10 +9,12 @@ while True: ...@@ -9,10 +9,12 @@ while True:
print("登录成功!") print("登录成功!")
break break
if name!=username: if name!=username:
print("鸡~不存在") print("鸡~不存在")
print("坤鸡提示:你只有"+str(i)+"次鸡叫了!!!")
continue continue
if password!=userpassword: if password!=userpassword:
print("你干嘛,哦噢~~~") print("你干嘛,哦噢~~~")
print("坤鸡提示:你只有"+str(i)+"次鸡叫了!!!")
else: else:
print("滚!你不是坤坤") print("滚!你不是坤坤")
exit() exit()
......
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