Re: [Tutor] Begginer Python Problems - Urgent! Due by tomorrow morning.

2010-09-03 Thread Dipo Elegbede
>From what I can understand, I think you are getting what you should get. If you want the program to ask you for a number onput, i think you should type something like: x = raw_input('Enter a Number: ') x is a variable that takes whatever value you type in. This I feel should be the line if you are

Re: [Tutor] Begginer Python Problems - Urgent! Due by tomorrow morning.

2010-09-03 Thread Steven D'Aprano
On Fri, 3 Sep 2010 02:11:08 pm Colleen Glaeser wrote: > Dear Python Tutors, > > I'm having trouble while typing a beginner program for python. > Due to troublesome circumstances, I had to take pictures of the > assignment sheet on my phone, and work from that. > Although it is all clearly legible,

Re: [Tutor] Begginer Python Problems - Urgent! Due by tomorrow morning.

2010-09-03 Thread Albert-Jan Roskam
1:08 AM Subject: [Tutor] Begginer Python Problems - Urgent! Due by tomorrow morning. Dear Python Tutors, I'm having trouble while typing a beginner program for python. Due to troublesome circumstances, I had to take pictures of the assignment sheet on my phone, and work from that. Although it is

Re: [Tutor] Begginer Python Problems - Urgent! Due by tomorrow morning.

2010-09-03 Thread Alan Gauld
"Colleen Glaeser" wrote Although it is all clearly legible, I still think something with my program is not working. Why, can you explain what you think should happen? If I run the program in the shell, I should be getting something that asks for a number, and I need to try positive and ne

[Tutor] Begginer Python Problems - Urgent! Due by tomorrow morning.

2010-09-03 Thread Colleen Glaeser
Dear Python Tutors, I'm having trouble while typing a beginner program for python. Due to troublesome circumstances, I had to take pictures of the assignment sheet on my phone, and work from that. Although it is all clearly legible, I still think something with my program is not working. If I run