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
Python 2.x: Prints a newline
print
Python 3.x: You must call the function
print()
Source: https://docs.python.org/3.0/whatsnew/3.0.html