[Tutor] python string __add__

Alan Gauld alan.gauld@blueyonder.co.uk
Fri Jun 6 18:05:02 2003


> string.join(mylist,")
> I've got a syntax error with the little ^ under the
> second parenthesis.

That should be two single quotes with no space between not 
a double quote...

ie we are joining the strings with no space (no anything in fact!)
between them.

Alan G
Author of the Learn to Program web tutor
http://www.freenetpages.co.uk/hp/alan.gauld