summaryrefslogtreecommitdiff
path: root/progs/a291.py
blob: 9bc037f3002e33a802a936a6859214394aea0704 (plain)
1
2
3
import re
def remove_spaces(text):
 return (re.sub(' +',' ',text))