from PIL import Image # Display the generated fractal img = Image.open("fractal.png") img.show()