Get your own Python server Result Size: 625 x 565
x
 
fruits = ("apple", "banana", "cherry")
mytuple = fruits * 2
print(mytuple)
('apple', 'banana', 'cherry', 'apple', 'banana', 'cherry')