i want to compare the performance of a self written function that recursively calls os.mkdir with using os.mkdir in a for loop.
I am using the Spyder IDE
i