Answers

Question and Answer:

  Home  Python Developer

⟩ How to delete a file in Python?

By using a command os.remove (filename) or os.unlink(filename)

 221 views

More Questions for you: