calthoff / tstp

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

Update chap6_challenge4.py #33

Open VannStrasen opened 5 years ago

VannStrasen commented 5 years ago

The previous solution did not answer the question fully; because split removes the question mark, you need to add it in again. As well, the problem asked you to remove all spaces, so split must include that as well.