You have already completed these exercises!
Do you want to take them again?
You completed the Python Remove File Exercises from W3Schools.com
Share on:
To remove a file you can import the os module, but which function removes the file?
os
os.delete()
os.drop()
os.remove()