Programming (11th Grade)
Data Structures
How can you access the first element of a list 'my_list'?
my_list[0]
my_list(1)
my_list{1}
my_list.first()