> 3. Creating one-element tuples using tuple(['hello']) syntax is much much > slower (a factor of 20x here) then writing just ['hello', ]. That should be ('hello',)