I was reading about slicing a list in python. All was well until I started the next topic that said there was a third parameter to the slicing called as step. I understood that except for why does the code below print the shoppingList in the reverse order. Can anyone help me? Thanks!