Answers for "how to delete the folders that the program has created after the program is done in python"

1

delete folders using python

import shutil
shutil.rmtree(r'Path where the folder with its files is storedFolder name')
Posted by: Guest on August-19-2021

Code answers related to "how to delete the folders that the program has created after the program is done in python"

Python Answers by Framework

Browse Popular Code Answers by Language