Create a reverse loop in Python with an example. A step-by-step guide to looping through a list in reverse order.
"Reverse the order of a list in Python using slicing, reversed() or [::-1] with an example."