import re 
print('"{}"'.format(re.sub(r'(?<=\s)ff','fast-forward',' ff')))