making fractals in python
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
Re: making fractals in python
Heres a link to the koch island: http://mathworld.wolfram.com/LindenmayerSystem.html -- http://mail.python.org/mailman/listinfo/python-list