Write code that will draw the happy face in the example picture. Have fun!
Square Head:
The lower left corner is at the point (0,0), and the length of each side of the square is 200 units. Therefore, the other points are (200,0), (200,200) and (0,200).
Eyes:
The eyes each have a radius of 10 units and are centered at (60,150) and (140,150).
Mouth:
The upper left part of the mouth begins at (40,60). The other points are up to you. Hint, try a y value smaller than 60 for the bottom left of the mouth. For the right side, try x values that are larger.
Nose:
the upper part of the nose begins at (100,100). The other key points are left for you to decide.
Extra credit to add hair or a body.