[Tutor] Beginners question

2009-10-08 Thread gary littwin
Hi all - Just started on Python Programming for Absolute Beginners and I've got a question: The program called 'Guess my Number' goes like this: # Guess My Number # # The computer picks a random number between 1 and 100 # The player tries to guess it and the computer lets # the player know if

Re: [Tutor] Beginners question

2009-10-08 Thread Christian Witts
gary littwin wrote: Hi all - Just started on Python Programming for Absolute Beginners and I've got a question: The program called 'Guess my Number' goes like this: # Guess My Number # # The computer picks a random number between 1 and 100 # The player tries to guess it and the computer

Re: [Tutor] Beginners question

2009-10-08 Thread Jeff Johnson
gary littwin wrote: Hi all - Just started on Python Programming for Absolute Beginners and I've got a question: The program called 'Guess my Number' goes like this: # Guess My Number # # The computer picks a random number between 1 and 100 # The player tries to guess it and the computer