Re: Multiple turtles

2020-03-02 Thread Giuseppe
Thank you. Giuseppe -- https://mail.python.org/mailman/listinfo/python-list

Re: Multiple turtles

2020-03-01 Thread Terry Reedy
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

Multiple turtles

2020-03-01 Thread Giuseppe
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