Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Python
easy
Python
list ops and slicing
Single-choice MCQ
1,348 views
What is the output?
x = [1, 2, 3] print(x[::-1])