summaryrefslogtreecommitdiff
path: root/progs/a77.py
blob: f62aab2b421fdf73ccdbdae75aae61589e50d031 (plain)
1
2
3
def remove_spaces(str1):
  str1 = str1.replace(' ','')
  return str1