Write the following functions
draw_circle – draws a circle
draw_intersect – draws intersecting lines
draw_base – draws a base line
draw_triangle – draws triangle using intersecting lines and base line
draw_rectangle – using baseline and parallel lines
skip_5_lines – skips five lines between each picture below
Write a program that uses the above functions to draw the following:
A rocket ship (triangle over rectangle over intersecting lines)
A male stick figure (circle over rectangle over intersecting lines)
A female stick figure standing on the head of a male stick figure
id like to do this but dont know where to start