def function_name(): # write here what the function does print("my first function") function_name() # call the function