In a folder containing , say 5 zip files say we have the following files 123_456_2018_01_01.zip 123_456_2018_01_02.zip 789_456_2018_11_02.zip 789_456_2018_11_12.zip 889_456_2018_11_02.zip
I want to remove the oldest file, i.e 123_456_2018_01_01.zip then 789_456_2018_11_02.zip
how would I accomplish this in Python ? Any help would be appreciated