Remove String Spaces.py 47 B

12
  1. def no_space(x):
  2. return x.replace(' ', '')