Python Buat daftar huruf

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