It is more efficient to concatenate strings using the join method than the + operator.
join
+
My previous tips on good Python practices.