Reversing Lists in Python

2. Using for loop, range() and len() 

3. Using for loop and reversed()

4. Using list comprehension and reversed()

5. Using list comprehension and [::-1] slicing