Took a Python class a few months ago so im a little rusty lst= ["A", "B", "C", 2, 9 ] 0, 1, 2 , 3, 4
print(lst[0:4]) [\'A\', \'B\',