4f06a53
1
2
3
4
5
6
import os # Define the new folder name new_folder = "NewFolder" os.makedirs(new_folder, exist_ok=True)