Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyPythonlist ops and slicingSingle-choice MCQ1,348 views

What is the output?

x = [1, 2, 3] print(x[::-1])