Answer :
False.
In python all strings start with an index of zero and end with an index of len(string)-1. This means that a 5 letter long word will start at 0 and end at 4.
False.
In python all strings start with an index of zero and end with an index of len(string)-1. This means that a 5 letter long word will start at 0 and end at 4.