File and Folder Manipulation

# Introduction This lab is designed to help you understand how to manipulate files and folders using Python. We will be using the `os` and `glob` modules, which provide a way to interact with the file system and perform common operations such as creating, deleting, and moving files and directories. ## Achievements - os module - glob module

|60 : 00

Click the virtual machine below to start practicing