Code Sketch


samarth pandit
By: Mhalsakant School
Category: Art
cleari()
setBackground(pink)
setPenThickness(10)
setSpeed(fast)
repeat(60) {
    forward(896)
    right(182)
    hop(20)
    forward(400)
    right(400)
    circle(500)
}