FINRA interview question

How do you reverse a list in Python without using the reverse method?

Interview Answer

Anonymous

Dec 11, 2023

Using list slicing list[::-1]