Learn
Using a for
loop, you can print out each individual character in a string.
The example in the editor is almost plain English: “for each character c
in thing
, print c
“.
Instructions
1.
Add a second for
loop so that each character in word
is printed one at a time.
Take this course for free
By signing up for Codecademy, you agree to Codecademy's Terms of Service & Privacy Policy.