I am following a beginners tutorial on Python, there is a small exercise where I have to add an extra function call and print a line between verses, this works fine if I pri
Don't do
print("\n")
on the last line. It will give you 2 empty lines.