Re: [Tutor] i am stuck...

2007-09-26 Thread Ian Witham
On 9/27/07, Ian Witham <[EMAIL PROTECTED]> wrote: > > On 9/27/07, Chris <[EMAIL PROTECTED]> wrote: > > > > I don't know what to do at this point. I do not have the book, but will > > get > > it just to have... > > > > Can anyone help me? > > > > > Here some more work: > > > > > > > > > guess = 0 >

Re: [Tutor] i am stuck...

2007-09-26 Thread Ian Witham
On 9/27/07, Chris <[EMAIL PROTECTED]> wrote: > > I don't know what to do at this point. I do not have the book, but will > get > it just to have... > > Can anyone help me? > > > Here some more work: > > > > > > guess = 0 > > > > Print ?Pick a number between 0 and 100? > > > > > > While guess != __

[Tutor] i am stuck...

2007-09-26 Thread Chris
I don't know what to do at this point. I do not have the book, but will get it just to have... Can anyone help me? > Here some more work: > > > guess = 0 > > Print ?Pick a number between 0 and 100? > > > While guess != : > print ?My first guess is ?, guess > print ?Is m