println will happily print nothing at all.
Call it with empty parentheses and it skips straight to the next line, which is how you put a
blank line between two chunks of output.
Write a snippet of code—not a function—that prints Top, then an empty line, then Bottom.
Your output should be exactly three lines, and the middle one should be empty.