list of alphabets for python code example
Example: python create a list of alphabets
>>> import string
>>> string.ascii_lowercase
'abcdefghijklmnopqrstuvwxyz'
>>> import string
>>> string.ascii_lowercase
'abcdefghijklmnopqrstuvwxyz'