all the letters in the alphabet list python code example
Example: python create a list of alphabets
>>> import string
>>> string.ascii_lowercase
'abcdefghijklmnopqrstuvwxyz'
>>> import string
>>> string.ascii_lowercase
'abcdefghijklmnopqrstuvwxyz'