SyntaxFix
Write A Post
Hire A Developer
Questions
>>> s1 ='arbit' >>> s2 = 'hello world '.join( [s]*3 ) >>> print s2 arbit hello world arbit hello world arbit