Re: [Tutor] Tutor Digest, Vol 94, Issue 53

2011-12-14 Thread rog capp
oday's Topics: > >   1. Re: Tuple: Am I Understanding This Correctly? (Alan Gauld) >   2. ctype exceptions.ValueError for function call >      (Santhirakumaran, Gokul) >   3. while loops (rog capp) >   4. Re: while loops (Steven D'Aprano) >   5. Re: while loops (Dave Angel)

[Tutor] while loops

2011-12-14 Thread rog capp
# 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 the guess is to high, to low # or right on the money import random print("\tWelcome to 'Guess My Number'!") print("I'm thinking of a number between