calthoff / tstp

This is an old repository for the exercises in "The Self-Taught Programmer." Please see /selftaught.
166 stars 193 forks source link

Update chap6_challenge9.py #31

Open ChadH1971 opened 5 years ago

ChadH1971 commented 5 years ago

The original version will not leave a space between each word. The strip() is required to remove the extra space at the end when the string is multiplied.