Examveda

What is the output of the following code:
my_tuple = (1, 2, 3)
print(my_tuple[1])

A. 1

B. 2

C. 3

D. Error

Answer: Option B


This Question Belongs to Python Program >> Tuples In Python

Join The Discussion

Related Questions on Tuples in Python