Skip to content

Instantly share code, notes, and snippets.

@stephengruppetta
Created December 18, 2023 10:55
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/c92b90d8562e1c75261726dfab1b342a to your computer and use it in GitHub Desktop.
Save stephengruppetta/c92b90d8562e1c75261726dfab1b342a to your computer and use it in GitHub Desktop.
# Do not try this at home…
import turtle
# Starts off fairly "normal"…
n_turtles = 100
window = turtle.Screen()
window.setup(700, 700)
window.bgcolor(0.2, 0.2, 0.2)
turtle.done()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment