On Sat, Nov 6, 2010 at 11:54 AM, Patty <pa...@cruzio.com> wrote: > For my first program, I liked creating a number game, simple and where the > user made a choice. That was good for learning how to interact with the > user. The raw_input() function. > > Patty >
My favorite one is a simple guessing game, where the computer "thinks" of a number 1-10 (inclusive) and then the user guesses the number, with the computer responding "Too High" or "Too low!". For more variation, keeping "score" - number of guesses, # of rounds played, etc. are fun additions to the program. HTH, Wayne
_______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor