On Tue, Aug 31, 2010 at 12:20 PM, Alban Nona <python.k...@gmail.com> wrote:
> Ok, here a solution:
<snip>
> for n in myFirstList:
>      var = str(n)

n is already a string, so the previous line doesn't do anything useful.

Cheers,
Chris
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to