/ Published in: Python
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