Python CMD zum Entfernen der Datei

import os
os.remove("ChangedFile.csv")
print("File Removed!")
Handsome Hawk