Hi Greg, I appreciate the response and apologize for a lack of clarity. What I meant by traditional for loops was something like:
for(var i=0; i < my_string.length; i++) {
// do stuff
}
It was not my intention to sound like there are no for loops at all in Python. Thanks for looking out, I’m sure this comment will help clear things up for somebody else down the line.