Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Python
hard
Python
list ops and slicing
Single-choice MCQ
Python: result of the following snippet?
xs = [0, 1, 2] print(*xs[::-1])