One more thing: Our programs often featured repetition. There is a powerful
concept in Python called looping, which we will elaborate later on. For now,
take this easy example:
Draw a dashed line. You can move the turtle without tracing a line behind you
with the turtle.penup() function; put it back on the ground with
turtle.pendown().