diff --git a/fractal.png b/fractal.png new file mode 100644 index 0000000..3c26791 Binary files /dev/null and b/fractal.png differ diff --git a/main.py b/main.py new file mode 100644 index 0000000..a4b7308 --- /dev/null +++ b/main.py @@ -0,0 +1,5 @@ +from PIL import Image + +# Display the generated fractal +img = Image.open("fractal.png") +img.show() \ No newline at end of file