Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardPythonlist ops and slicingSingle-choice MCQ

Python: result of the following snippet?

xs = [0, 1, 2] print(*xs[::-1])