Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumPythonlist ops and slicingSingle-choice MCQ2 views

What does this code print?

a = [1, 2, 3]\nprint(a[::-1])