List to string

Hitesh hitesh287 at gmail.com
Sun Mar 18 00:28:56 EDT 2007


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




More information about the Python-list mailing list