# Homework 14, problem 3: replace every space with a dash and print it. message = "meet me at noon" # TODO: use str.replace (store the result before printing)