Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
letters_list= ['a', 'b', 'c']?
letters_list
= ['a', 'b', 'c']
print(letters_list[-1])
print(letters_list[0])
print(letters_list[-2])
print(letters_list)
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!