>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
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,
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
"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
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