已关闭。此问题需要details or clarity。当前不接受答案。
**想要改进此问题?**添加详细信息并通过editing this post阐明问题。
9小时前关门了。
Improve this question
如果在5个单词后找到John
,我将打印ok
。
所以在约翰之前,必须有5个字。我怎么才能得到它呢?谢谢
text = "Word word word, word word John word"
if "John" next 5 string in text:
print("ok")
1条答案
按热度按时间iqjalb3h1#
您可以尝试以下代码: