0
15
Shortcut: file.delete
file.delete
0 Comments
import os if os.path.exists(filename): # check the file exists os.remove(filename)