lilcas1226 lilcas1226 13-03-2024 Computers and Technology contestada What will be printed to the screen when the following program is run? my_list = [10, 20, 30, 40, 50] print(my_list[3])a. 10, b. 20, c. 30, d. 40, e. 50