PollyB5516 PollyB5516 Today at 5:14 AM Computers and Technology Answered What will the following code display? numbers = [1, 2, 3, 4, 5] my_list = number[1:] print(my_list)