chuckablack / python-52-weeks

repository for teaching python
MIT License
107 stars 76 forks source link

Minor edit on Strings File #6

Closed JulioPDX closed 2 years ago

JulioPDX commented 3 years ago

replaced empty space using replace module, not split.

Keep up the great work! This is awesome.

chuckablack commented 3 years ago

replaced empty space using replace module, not split.

Keep up the great work! This is awesome.

Ah yes! I noticed this when I was doing the 'review' stuff, and realized that it was not saying what it should have. I actually have changed it myself in my own code on main, and will check it in with some other stuff I have modified.

Thanks again for catching this! And please continue letting me know errors or improvements you run across!

JulioPDX commented 3 years ago

Will do and thank you again!