Source Code:
(back to article)
my_list = [1, 2, 3] print(my_list[0]) # This will print 1
Result:
Report an issue