Code Sketch


t-shirt
By: dean.naed
Category: Art
//this is a t-shirt that eventually turns into a circle.
cleari
setPenColor(blue)//this is the outside of the circle/t-shirt
setFillColor(black)
repeat (4444) {
forward(45)
right (55559999)
}