How to delete a file in Python?

Submitted by: Muhammad
By using a command os.remove (filename) or os.unlink(filename)
Submitted by: Muhammad

Read Online Python Developer Job Interview Questions And Answers