Re: [Tutor] Drawing faces

2010-02-22 Thread Alan Gauld
"Olufemi Onanuga" wrote I am trying to write and test a function to meet the following specifications drawFace(center,size,win),center is a point,size is an int, and win is a GraphWin.Draws a simple face of the given size in win. I want the function to be able to draw three differnet faces

Re: [Tutor] Drawing faces

2010-02-22 Thread Steven D'Aprano
On Mon, 22 Feb 2010 12:49:51 pm Olufemi Onanuga wrote: > Hello, > I am trying to write and test a function to meet the following > specifications > drawFace(center,size,win),center is a point,size is an int,and win is > a GraphWin.Draws a simple face of the given size in win. > I want the functio

[Tutor] Drawing faces

2010-02-22 Thread Olufemi Onanuga
Hello, I am trying to write and test a function to meet the following specifications   drawFace(center,size,win),center is a point,size is an int,and win is a GraphWin.Draws a simple face of the given size in win.   I want the function to be able to draw three differnet faces in a single window,w