Tue May 20 22:02:47 2025 mandelbrot_test(): python version: 3.10.12 numpy version: 1.26.4 Test mandelbrot() mandelbrot_image(): Compute the Mandelbrot set and display it. X range: [ -2, 0.5 ] Y range: [ -1.25, 1.25 ] Xnum = 720 x Ynum = 720 = 518400 Pixels Maximum number of iterations = 200 Compute time: Wallclock: 5.57 sec. Graphics saved as "mandelbrot.png" mandelbrot_test(): Normal end of execution. Tue May 20 22:02:53 2025