Paper and Pencil
- zeyad
- 3 years ago
- 184 views
@zeyad, a Juni student, used Python with Turtle to create a drawing of a pencil and paper! Take some time to notice the details, specifically how they used circles to make the pencil tip look more realistic. They also did a great job of commenting their code!
import turtle
zey=turtle.Turtle()
Locked
Canvas
Console