Skip to content

Instantly share code, notes, and snippets.

@ProgDan
Created June 12, 2020 13:26
Show Gist options
  • Select an option

  • Save ProgDan/a100df65e688ce377c7a303c6724ab4d to your computer and use it in GitHub Desktop.

Select an option

Save ProgDan/a100df65e688ce377c7a303c6724ab4d to your computer and use it in GitHub Desktop.
# adicionar um segmento
new_segment = turtle.Turtle()
new_segment.speed(0)
new_segment.shape("square")
new_segment.color("grey")
new_segment.penup()
segments.append(new_segment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment