When print doesn't feel right, we have the option of using the puts method. puts stands for put string and adds a new line after the output.

Voilà! We've just made our announcement more legible.

Well, print doesn't actually add a new line, so this didn't really change much.