does len in python zero based code example
Example: python does len start at 0
Use the len(s) function to get the length of a string,
and use square brackets to access individual chars inside the string.
The chars are numbered starting with 0, and running up to length-1.