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

2011-12-15 Thread Alan Gauld
Please use a sensible subject line in future. Pleae trim any excess material from the post, specifically do NOT post the entire digest to the list. We've already seen it! On 15/12/11 02:15, rog capp wrote: On Wed, Dec 14, 2011 at 6:03 PM, wrote: Send Tutor mailing list submissions to

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

2011-12-14 Thread Prasad, Ramit
> > End of Tutor Digest, Vol 94, Issue 53 > * while guess != the_number and tries < 5: if guess > the_number: print("Lower...") else: print("Higher...") guess = int(input("Take a guess: ")) tries += 1 if guess == the_number:

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

2011-12-14 Thread rog capp
On Wed, Dec 14, 2011 at 6:03 PM, wrote: > Send Tutor mailing list submissions to >        tutor@python.org > > To subscribe or unsubscribe via the World Wide Web, visit >        http://mail.python.org/mailman/listinfo/tutor > or, via email, send a message with subject or body 'help' to >        t