제거하려는 모든 파일과 폴더가 포함된 폴더를 삭제하려면 다음과 같이 폴더(또는 트리)를 제거할 수 있습니다. >>> import shutil >>> shutil.rmtree('my_folder')