Examveda
Examveda

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

A. t

B. h

C. o

D. y

Answer: Option A


This Question Belongs to Python Program >> Strings In Python

Join The Discussion

Related Questions on Strings in Python