Benysod130 Benysod130 26-03-2024 Computers and Technology contestada What is the output of the following Python 3 code? a = [1, 3, 8] b = a b[0] = 5 print(a)