True or False: The following function definition is void:
def example(): print("Hello World!")
False
True