"many fancy word hello hi".split() ['many', 'fancy', 'word', 'hello', 'hi']
parts = your_string.replace('-', ':').split(':')
import re re.split('[-:]', a)