summaryrefslogtreecommitdiff
path: root/progs/a905.py
blob: 05efd0ff890baaba3a1d9d60c9b21eade4b34ad8 (plain)
1
2
3
import re
def fill_spaces(text):
  return (re.sub("[ ,.]", ":", text))