Farben und verschiedene Julia-Formeln

This commit is contained in:
2026-01-06 20:13:38 +01:00
parent 460aa036f0
commit b5ebcc1a1f
3 changed files with 24 additions and 6 deletions

View File

@@ -40,6 +40,7 @@ for x in range(width):
img.putpixel((x, y), color)
img.save("mandelbrot.png")
print("Bild wurde als mandelbrot.png gespeichert!")
img.show()
#print("Bild wurde als mandelbrot.png gespeichert!")