Loops/Foreach: Difference between revisions

Content deleted Content added
m →‎{{header|REXX}}: separated two comments (each to their own line).
→‎{{header|Python}}: fixed spelling
Line 1,247:
words += 1
for eachchar in eachword:
chracterscharacters += 1
 
print lines, words, characters</lang>