Mountain Range
- Cam_And_Jared
- 4 years ago
- 40 views
Using Python with Turtle, Juni student Cam_And_Jared drew a beautiful mountain range! Make sure you open the project and check it out, to see the details like trees in the plains and snow on the mountains. Python with turtle can be a great tool for your art!
import turtle
t = turtle.Turtle()
Locked
Canvas
Console