/ Published in: Python
![](/img/icon_sav.png?v3)
Turns the list [1,2,3] to ['1','2','3']
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
map(str, [1,2,3])
URL: http://mail.python.org/pipermail/python-list/2002-September/163734.html
Comments
![RSS Feed for Comments RSS Icon](/images/rss.png?v3)