How do I show an image?

To display an image as your result, print to standard output the name of the result with the suffix _image_path appended to it, followed by = and the location of the image. The result name should not have spaces in between.
Example:
print(‘graph_image_path’ = %s" % image_path)