Will the print() function be executed in the following code?
print()
SyntaxError
No - a SyntaxError will be raised.