print("Hello below this is function") def hi(): print("Hi I am a function") hi() # You must call the function