Hi there, I am unable to understand how the following works in Python: mylist[::k] Where mylist is any iterable and k is any constant value. It would be very helpful if you can explain with some examples.