SketchBook

function setup(){
createCanvas(700,700);
}
function draw(){
background(255,255,255);
fill(205,92,92)
strokeWeight(20);
fill(255,182,193)
stroke(255,0,0);
fill(250,0,0);
point(10,10);
fill(0,100,50)
line(60,60,80,80);
fill(0,0,0)
rect(90,90,50,50);
fill*(180,100,100)
ellipse( 500, 500 , 50 );
fill(0,85,78)
  }