evil_daffid wrote:
> hi,
> Im reseaching fractals, and how to make them in python using recursion.
> I've written a bit of code to make the koch isalnd but something isn't
> right, I have the basic shape but there's something wrong with the
> recursion i've used, could someone help me.
>
> Her
Heres a link to the koch island:
http://mathworld.wolfram.com/LindenmayerSystem.html
--
http://mail.python.org/mailman/listinfo/python-list
hi,
Im reseaching fractals, and how to make them in python using recursion.
I've written a bit of code to make the koch isalnd but something isn't
right, I have the basic shape but there's something wrong with the
recursion i've used, could someone help me.
Here is the code im using:
import t