<p dir="ltr"> string.ascii_lowercase nel caso usi il 3.3<br>
Ciao :-) <br>
--Luca</p>
<div class="gmail_quote">On Feb 20, 2013 12:28 PM, "Carlo Miron" <<a href="mailto:miron@python.it">miron@python.it</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Il 20 febbraio 2013 12:25, Dante Dis'Utopia <<a href="mailto:danteloi1993@gmail.com">danteloi1993@gmail.com</a>> ha scritto:<br>
> Grazie, perfetto!<br>
<br>
O anche<br>
<br>
>>> import string<br>
>>> list(string.lowercase)<br>
['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n',<br>
'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z']<br>
<br>
©<br>
--<br>
  R<br>
K-<M>-S<br>
  L<br>
_______________________________________________<br>
Python mailing list<br>
<a href="mailto:Python@lists.python.it">Python@lists.python.it</a><br>
<a href="http://lists.python.it/mailman/listinfo/python" target="_blank">http://lists.python.it/mailman/listinfo/python</a><br>
</blockquote></div>