Hey i wanted to know how to remove a folder or a file with the module os in python.
def remove_folder():
remoce_folder = str(input("What is the directory path of the folder: "))
How i can delet it. Can we do it with os.system(any Shell command) or a tiny os.del() Thanks