Computer Science, asked by Nehasingh10, 11 months ago

O/p are:
Tuple=(1,2,3)
Print(2*tuple)

Answers

Answered by ammu8878
1

Answer:

(2,4,6)

Explanation:

maybe the answer is 2,4,6 because 2 is multiplied by each number

Answered by Anonymous
0

Tuples are immutable i.e the value cannot be changed. So, Option D is correct.

Similar questions