🌈 搜索
📅  最后修改于: 2022-03-11 14:46:40.558000             🧑  作者: Mango
import re re.search('o{3}', 'Python is slooow!').start() # 12