SyntaxFix
Write A Post
Hire A Developer
Questions
Python allows you to use a string as an iterator:
for character in 'string': print(character)
I'm guessing it's your job to figure out how to turn that into a while loop.