danyaal / mandelbrot

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

xrange<>range for Python3 #2

Closed chollinger93 closed 1 year ago

chollinger93 commented 4 years ago

Adding a distinction for range and xrange for Python 3 and 2.7, respectively.