| Store | Cart

The Running Time of += on Char Strings ?

From: <tdel...@avaya.com ) (Delaney, Timothy C (Timothy)>
Tue, 29 Mar 2005 09:07:40 +1000
MyHaz wrote:

> ''.join(['Thank ','you])
                       ^^ Syntax error ...

Probably better as:

    ' '.join(['Thank', 'you'])

;)

Tim Delaney

Recent Messages in this Thread
tdel...@avaya.com ) (Delaney, Timothy C (Timothy) Mar 28, 2005 11:07 pm
Previous post: newbie question