NumPy - Indexing and Slicing
You have a NumPy array
arr = np.arange(20). How would you slice it to get every 4th element in reverse order starting from the last element?