Loop Through String: Just like we can loop through a list in Python, we can also loop through a string!

When we loop through a string we repeat each action in the loop once for each letter in the string.

  • Run the program to see an example. Follow the directions on stage to complete the activity.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE