Hi there,
I am a newbie trying to actively learn python.
My question is,
Suppose I have a list
a=["apple","orange","banana"]

How do I convert this list into a string which is

b="appleorangebanana"
Sorry for my ignorance, but I have been trying a "for" loop and trying the 
inbuilt str.join() method without success.
Thanks a lot.
Regards
Quant


       
---------------------------------
Looking for last minute shopping deals?  Find them fast with Yahoo! Search.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to