Q28
What is the output of the following code:my_tuple = (1, 2, 3)print(my_tuple[1])
A.
1
B.
2
AnswerC.
3
D.
Error
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board