PollyB5516 PollyB5516 24-08-2022 Computers and Technology contestada What will the following code display? numbers = [1, 2, 3, 4, 5] my_list = number[1:] print(my_list)