Question: Write a Python function called strip_space that accepts a string as parameter, and returns the string where all blank spaces are removed. Example: if you
Write a Python function called strip_space that accepts a string as parameter, and returns the string where all blank spaces are removed. Example: if you call the function strip_space(abcd dcba) it would return abcddcba
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
