📌  相关文章
📜  如何在字符串中查找单词 python 代码示例

📅  最后修改于: 2022-03-11 14:45:13.614000             🧑  作者: Mango

代码示例2
s = "That I ever did see. Dusty as the handle on the door"index = s.find("Dusty")print(index)