Python crea una lista de alfabetos

>>> import string
>>> string.ascii_lowercase
'abcdefghijklmnopqrstuvwxyz'
Frantic Fly