Python is a widely used general-purpose, high-level programming language. It provides many functionalities and one among them is checking whether a directory is empty or… Read More
Tag Archives: Python OS-file-module
Given multiple files in a directory having different names, the task is to rename all those files in sorted order. We can use OS module in… Read More