I'm sorry for being dumb (always trying to get smarter) but I'm uncertain by what it means "starting index will return characters from the starting index." Am I supposed to pass colors using index?
Here is the entire instruction:
Create a new Python module in a file named “turtlecraft.py”. Add a function that, given a comma separated string of colors and a starting index, will return the characters from the starting index until the next comma or end of the string.