danyaal / mandelbrot

a simple python script to plot the mandelbrot set
MIT License
26 stars 21 forks source link

Update mandelbrot.py #4

Closed loubb closed 1 year ago

loubb commented 1 year ago

changed 3 instances of 'xrange' to 'range' - now runs under Python 3

loubb commented 1 year ago

changed 3 instances of 'xrange' to 'range' - now runs under Python 3