Q2
What is the output of the following code:word = "Python"print(word[2])
A.
t
AnswerB.
h
C.
o
D.
y
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board