Python Delete File

In Python, the os.remove() function is used to to delete a file. First you should import the OS module before using function.

Code :