Python

easy
0/15 answered
Q1

What is the output of: x = [1, 2, 3, 4, 5] print(x[::-1])

1 / 15