jmayy7178 jmayy7178 31-05-2024 Computers and Technology Answered What is the result of the following code snippet? my_tuple = (1, 2, 3) my_tuple[0] = 4 a. (4, 2, 4) b. (4, 2, 3) c. TypeError d. (1, 2, 3)