Python crée une liste d'alphabets

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