This is the first post on this blog and as it is conventional, I will start it with a “Hello World!”.

def print_hello_world():
  print "Hello World!"

print_hello_world()