rileychas8419 rileychas8419 06-02-2024 Computers and Technology contestada What is the output of the following code? vals = [0, 1, 2] vals[0], vals[1] = vals[1], vals[2]