Examveda

How can you remove a file in Python?

A. By using the os.remove() function

B. By using the file.remove() method

C. By using the file.delete() method

D. By using the remove() method

Answer: Option A


This Question Belongs to Python Program >> Files Handling In Python

Join The Discussion

Related Questions on Files Handling in Python