On Mar 18, 12:28 am, "Hitesh" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I've a list like this..
> str1 = ['this is a test string inside list']
>
> I am doing it this way.
>
> for s in str1:
>     temp_s = s
>     print temp_s
>
> Any better suggestions?
>
> Thank you,
> hj

I want to cast value of a list into string..

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to