How to give multiple turtles the same command in Python?

Viewed 22

I'm trying to create a simple code that uses six turtles to create a triangle lattice that expands from the centre. Is there a way to give all the turtles the same command at once instead of writing it all out? Thanks.

0 Answers
Related