How to reverse lookup characters in list?

Klaus Alexander Seistrup spam at magnetic-ink.dk
Mon Jul 28 02:16:02 EDT 2003


Keith Jones wrote:

> If you must ahve a list, you can do
> 
> [a for a in string.lowercase]
> 
> to get a list of characters from a to z.

Or simply "list(string.lowercase)".


  // Klaus

-- 
 ><> 	unselfish actions pay back better




More information about the Python-list mailing list