[Tutor] kudos to alan

Woodwerks daverwebb at bellsouth.net
Sun Jan 31 20:33:27 CET 2010


Message: 4
Date: Sun, 31 Jan 2010 11:01:19 -0500
From: "R. Alan Monroe"<amonroe at columbus.rr.com>
To:tutor at python.org
Subject: Re: [Tutor] can any one help
Message-ID:<4681047264.20100131110119 at columbus.rr.com>
Content-Type: text/plain; charset=us-ascii

I think the way you give hints and ideas about how to accomplish something in Python is excellent. I sometimes work through these problems just to build skills. I know it would be easy for you to provide a built solution, but this exercises the brain in a much better way. Kudos, Alan.

> >  1 1.1 Write a Python program with a loop that prints out a sequence
> >  of numbers as follows:15 13 11...3 1 -1
>    
Hint 1: Learn about FOR loops.

Hint 2: Learn about the RANGE command.

Hint 3: Show us some code you have written. Even if yours doesn't
work, we can probably spot WHY it doesn't work.

Alan



More information about the Tutor mailing list