Explain how to delete a file in Python? Use command os.remove(file_name) import osos.remove("ChangedFile.csv")print("File Removed!")