Choice Card

What will be the output of the following Python code? >>>t=(1,2,4,3) >>>t[1:3]

Belongs to subject Python

What will be the output of the following Python code?

t=(1,2,4,3) t1:3