when I run the following code in Jupyter Notebook
%%timeit -n5 ls = [i for i in range(10)] n = ls[::-1]
It gives an output 789 ns ± 88.7 ns
789 ns ± 88.7 ns