Re: [Tutor] count time limit

2010-02-16 Thread Kent Johnson
On Tue, Feb 16, 2010 at 11:54 AM, Shurui Liu (Aaron Liu) wrote: > >  Modify the guess_my_number.py program to limit the number of guesses to ten (10). > >    Tell the user up front that they have ten guesses. > > > After each guess, tell the user that they have ___ guesses remaining. > > Here are

[Tutor] count time limit

2010-02-16 Thread Shurui Liu (Aaron Liu)
Modify the guess_my_number.py program to limit the number of guesses to ten (10). Tell the user up front that they have ten guesses. After each guess, tell the user that they have ___ guesses remaining. Here are the requirement of my assignment. I want to ask the third one: what is the co