I am new to python and I seem to be unable to understand the concept in Start:Stop:Step. For example
word = "Champ" print (word[0:5:2])
why do I get cap as I result ? if someone could help me with this I would truly appreciated
I tried using different numbers to see what the outcome was but even there I was not able to understand why was I getting that outcome