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