[Tutor] hello can you help me solve this problem

2008-03-05 Thread Christopher Marlett
This may be a very broad question but whatever help you could give me would be great. Exercise 2.4.5.1. * Make a program scene.py creating a scene with the graphics methods. You are likely to need to adjust the positions of objects by trial and error until you get the positions you want. Make

Re: [Tutor] hello can you help me solve this problem

2008-03-05 Thread bob gailer
Christopher Marlett wrote: This may be a very broad question but whatever help you could give me would be great. Exercise 2.4.5.1. * Make a program scene.py creating a scene with the graphics methods. You are likely to need to adjust the positions of objects by trial and error until you

Re: [Tutor] hello can you help me solve this problem

2008-03-05 Thread Alan Gauld
Christopher Marlett [EMAIL PROTECTED] wrote Exercise 2.4.5.1. * Make a program scene.py creating a scene with the graphics methods. You are likely to need to adjust the positions of objects by trial and error until you get the positions you want. Make sure you have graphics.py in the same