Computer Science, asked by mukeshiitianboy, 2 months ago

20. What will be the output of the following Python code?
1. >>>t=(3,5)
2. >>>2*t
a) (3.5,3,5)
b) [3, 5, 3, 5]
c) (3.3.5.5)
d) (3.3, 5,5]​

Answers

Answered by Itzabhi001
2

Answer:

c) (3.3.5.5).............

Similar questions