Santoyab4323 Santoyab4323 06-02-2024 Computers and Technology contestada What is the output of the following code?lst = [3, 1, -1]lst[-1] = lst[-2]print(lst)