Alfabeto
Nuevo tipSiempre que deseemos trabajar con el Alfabeto podemos hacer uso del módulo String.
>>> import string
>>> string.ascii_lowercase
'abcdefghijklmnopqrstuvwxyz'
>>> string.ascii_uppercase
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
Siempre que deseemos trabajar con el Alfabeto podemos hacer uso del módulo String.
>>> import string
>>> string.ascii_lowercase
'abcdefghijklmnopqrstuvwxyz'
>>> string.ascii_uppercase
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'