import os for number in range(100): os.mkdir("./static/img/" + f"{number:02d}")