English, asked by venipatil254, 9 months ago

Write a program that extracts the last three items in the list sports and assigns it to the variable last. Make sure to write your code so that it works no matter how many items are in the list (python)



Answers

Answered by smartboy24
0

Answer:

['cricket', 'football', 'volleyball', 'baseball', 'softball', 'track and field', 'curling', 'ping pong', 'hockey']

Similar questions