[Tutor] Idle

2008-03-14 Thread Christopher Marlett
Hi, I'm trying to write a program that uses the range function to produce and then print [1, 2, 3, 4]. then prompt the user for an integer n and print the list [1, 2, 3, ... , n] – including n. Then use a simple repeat loop to print five randomly chosen numbers from the range [1, 2, 3, ... , n] Th

[Tutor] Hello

2008-03-13 Thread Christopher Marlett
Hi, I'm in a Python class and we were given the assignment to create our own graphic and my idea was to have a program that asks the user to click six points and then create a circle using the six points they clicked. Once they've done that I want eyes and a mouth to appear in the circle. I was

[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 s