Thank you.
Giuseppe
--
https://mail.python.org/mailman/listinfo/python-list
On 3/1/2020 4:54 AM, Giuseppe wrote:
Hi,
I am new to Python.
I already tried turtle and it works well for my needs.
I would like to draw fractals using turtle module. There are many ways
to do that but I would like to use multiple turtles drawing in parallel
but I don't know how.
My
Hi,
I am new to Python.
I already tried turtle and it works well for my needs.
I would like to draw fractals using turtle module. There are many ways
to do that but I would like to use multiple turtles drawing in parallel
but I don't know how.
My first idea is to use clones as I do