Re: Multiple turtles
Thank you. Giuseppe -- https://mail.python.org/mailman/listinfo/python-list
Re: Multiple turtles
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 first i