Write a program to draw ghosts on the screen. You must do this by writing a function called draw_ghost, which takes three parameters, the x location of the ghost, the y location of the ghost and the color of the ghost. X and y for the ghost define where the center of the head should go.
(CODEHS, PYTHON)