# Homework 25, challenge -- solution main. import string_utils as su print(su.shout("hello")) print(su.echo("hi", 4)) print(su.reverse_words("one two three four"))