Source Code:
(back to article)
word = 'Python' for letter in word: print(letter)
Result:
Report an issue