Examveda
Examveda

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

A. 1

B. 2

C. 3

D. Error

Answer: Option C


This Question Belongs to Python Program >> Lists In Python

Join The Discussion

Related Questions on Lists in Python