Hellooooooo, I have a question about making spaces between the output of a program. Here is an example of what I mean.

Instead of the output being like this:

Code:
WELCOME
HOW ARE YOU DOING?
I want it to be like this:

Code:
WELCOME 

HOW ARE YOU DOING?
So what I want to know is how to make a space like that.
Thanks. This isn't urgent or anything, just wanted to make the output of the program easier to read.