Example of Python function without parameters

def say_hello():
  print("Hello World!")
Invocation:
say_hello()