[Python] lista di caratteri

Carlo Miron miron a python.it
Mer 20 Feb 2013 12:28:30 CET


Il 20 febbraio 2013 12:25, Dante Dis'Utopia <danteloi1993 a gmail.com> ha scritto:
> Grazie, perfetto!

O anche

>>> import string
>>> list(string.lowercase)
['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n',
'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z']

©
--
  R
K-<M>-S
  L


Maggiori informazioni sulla lista Python