I'm trying to create a "n" number of Turtle entities, but can't figure out how. I tried this, but it doesn't work, I'm just sharing it for you to have an idea of what i was going for:
for x in range(9):
(Ent_ + "x") = turtle.Turtle()
How do I do this?