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