reverse a list using slice operator

Solutions on MaxInterview for reverse a list using slice operator by the best coders in the world

showing results for - "reverse a list using slice operator"
Roberto
26 Feb 2016
1foo[::-1]