Return to Snippet

Revision: 13928
at May 13, 2009 05:46 by fnurl


Initial Code
map(str, [1,2,3])

Initial URL
http://mail.python.org/pipermail/python-list/2002-September/163734.html

Initial Description
Turns the list [1,2,3] to ['1','2','3']

Initial Title
Convert list of ints to list of strings

Initial Tags
list, convert

Initial Language
Python