Vidyalelo
Python · Q2

MCQs for Python Strings: Exam

Programming · Python · question 2

Q2

What is the output of the following code:word = "Python"print(word[2])

A.
t
Answer
B.
h
C.
o
D.
y

Answer: Option A

Solution

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