djdjdjdjajsjdb1161 djdjdjdjajsjdb1161 03-01-2024 Computers and Technology contestada What will be the output of the following Python code? a = [0, 1, 2, 3, 4] b = a a[2] = 12 print(b[2])