What is the output of the following program?
tup = (1, 2, 3) print(2 * tup)
(1, 2, 3, 1, 2, 3)
(1, 2, 3, 4, 5, 6)
(3, 6, 9)
Error
This question is part of this quiz :