Renaming and deleting files in Python Programming Language
In this tutorial we will learn about the how to rename and delete files in python.This remove and rename methods are belongs to os module so to use this two methods we need to import this module using keyword 'import'.
Watch this tutorial to learn about how to remove and rename files
