Choice Card

What will be the output of the following Python code? t = (1, 2) 2 * t

Belongs to subject Python

What will be the output of the following Python code?

t = (1, 2) 2 * t