how to write the alphabet number in python code example
Example: python alphabet
>>> import string
>>> string.ascii_lowercase
'abcdefghijklmnopqrstuvwxyz'
>>> import string
>>> string.ascii_lowercase
'abcdefghijklmnopqrstuvwxyz'