Elementary / Meet the Turtle

Meet the Turtle

+10 XP

Learn Example Challenge

Lesson

The turtle draws lines as it moves! `import turtle` then `t = turtle.Turtle()` and `t.forward(100)`

โ† Numbers