我有大约 50 个文件,它们的名称和创建日期分别为 3 次。如何从 python 中的文件名中删除该部分(您可以展示一个包含其他数据的示例,这并不重要)
我尝试过这样的事情:
file = 'directory/imagehellohellohello.png'
keyword = 'hello'
if (file.count(keyword) >= 3):
//functionality (here I want to remove the hello's from the file path)
慕村225694
潇湘沐
相关分类