You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Os module is a built-in module in python which provides a way of accessing system related information and services. It allows you to interact with the operating
import os
# Creates a new directory - Throws error if the directory already exists
# os.mkdir("data")
# Create all directories in the path if not exists