I am trying to learn Python3 and have come across Lists. I know that counting begins at 0 and ends at -1
But i am having some difficulty in understanding the following example:
S[6:1:-2] = A B C D E F G H I
Could someone please explain what is going on here please.
But i am having some difficulty in understanding the following example:
S[6:1:-2] = A B C D E F G H I
Could someone please explain what is going on here please.