Practice Test Geeks home

Mettl Coding Skills 2

What will the following Python code output?
x = [1, 2, 3, 4, 5]

print(x[1:4])

Select your answer