1
2
3
4
5
import os
import string

for i in string.lowercase:
    os.mkdir(i)