Python Developer Question:
Download Job Interview Questions and Answers PDF
How to delete a file in Python?
Answer:
By using a command os.remove (filename) or os.unlink(filename)
Download Python Developer Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain me what is pass in Python? | How to minimize the Memcached server outages in your Python Development? |