Python Erstellen Sie eine Liste von Alphabeten

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