import re
x=re.findall(r'\bf[a-z]*', 'which foot or hand fell fastest')
print(x)

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-06
  • 2022-12-23
  • 2021-12-10
  • 2021-12-28
  • 2021-05-29
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案