Re: [Tutor] Python Assignment Question

2012-09-24 Thread Aija Thompson
012 16:48:56 -0400 > From: d...@davea.name > To: aijathomp...@hotmail.com > CC: tutor@python.org > Subject: Re: [Tutor] Python Assignment Question > > On 09/24/2012 03:20 PM, Aija Thompson wrote: > > Hi! > > I've been working on this question for a long time and

[Tutor] Python Assignment Question

2012-09-24 Thread Aija Thompson
Hi! I've been working on this question for a long time and for some reason it's just not clicking. I'm not sure if my loop for the question is the right one, or if I'm even on the right track. We're supposed to make a program that counts the number of days into the year it is if you input a d

Re: [Tutor] Sudoku

2012-09-24 Thread Aija Thompson
I'm sorry, I have no idea how this has any reference to my Python question... > To: tutor@python.org > From: breamore...@yahoo.co.uk > Date: Mon, 24 Sep 2012 20:16:39 +0100 > Subject: Re: [Tutor] Sudoku > > On 24/09/2012 17:52, Walter Prins wrote: > > Mark, > > > > On 23 September 2012 22:53, Ma

[Tutor] BMI Question

2012-09-24 Thread Aija Thompson
Hi! So I've been working on this question for hours! And Python keeps giving me an error saying that my syntax for BMI is wrong. I really can't understand why. So this is what I have so far: w = raw_input('Please give your weight in lbs: ')h = raw_input('Now your height in feet and inches: ')h.