Skip to content

Instantly share code, notes, and snippets.

@adnils
Forked from justecorruptio/mandelbrot.py
Created April 5, 2014 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adnils/9993857 to your computer and use it in GitHub Desktop.
Save adnils/9993857 to your computer and use it in GitHub Desktop.
J=1;exec'''z="";b=-1.6;
exec'x=y=0;exec"x,y=2*x
*y+J,y*y-x*x+b;"*20;z+=
" O"[x*x+y*y<2];b+=.04;
'*60;print z;J-=.1;'''.
replace('\n','')*20#Jay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment