string.ascii_lowercase nel caso usi il 3.3 Ciao :-) --Luca On Feb 20, 2013 12:28 PM, "Carlo Miron" <[email protected]> wrote:
> Il 20 febbraio 2013 12:25, Dante Dis'Utopia <[email protected]> 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 > _______________________________________________ > Python mailing list > [email protected] > http://lists.python.it/mailman/listinfo/python >
_______________________________________________ Python mailing list [email protected] http://lists.python.it/mailman/listinfo/python
