Vidyalelo
Python · Q28

MCQs on Python Tuples: Exam

Programming · Python · question 28

Q28

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

A.
1
B.
2
Answer
C.
3
D.
Error

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board