Commit f635d05f by BellCodeEditor

save project

parent 9e36070d
Showing with 2 additions and 0 deletions
...@@ -10,9 +10,11 @@ while True: ...@@ -10,9 +10,11 @@ while True:
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