Skip to content

Instantly share code, notes, and snippets.

@stephengruppetta
Created December 18, 2023 10:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephengruppetta/65a4ab74ad9c06c25dddf444b86a9cf4 to your computer and use it in GitHub Desktop.
Save stephengruppetta/65a4ab74ad9c06c25dddf444b86a9cf4 to your computer and use it in GitHub Desktop.
# ...
cute_turtles = []
for _ in range(n_turtles):
cute_turtle = turtle.Turtle()
cute_turtles.append(cute_turtle)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment