realpython/python-basics-exercises

ch04-strings-and-string-methods

danielzqh opened this issue · 1 comments

in file 3-manipulate-strings-with-methods
line30 should be print(string2.strip()) ?

This is an exercise and the main goal is to manipulate the strings, so u can do that with any string, just to learn it.
I hope this helps.