FINRA interview question

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

Interview Answer

Anonymous

11 Dec 2023

Using list slicing list[::-1]