Pascal's Triangle
- EthanP
- 3 years ago
- 164 views
Check out 'Pascal's Triangle', made by Juni student EthanP! This Python with Turtle project is an amazing drawing of Pascal's Triangle, a math phenomenon that can be used to expand binomials. This is a great example of how you can use coding to demonstrate other parts of your life, like math! Great job, and watch their video explaining how they coded it!
import turtle
juni = turtle.Turtle()
Locked
Canvas
Console