Message: 4
Date: Sun, 31 Jan 2010 11:01:19 -0500
From: "R. Alan Monroe"<amon...@columbus.rr.com>
To:tutor@python.org
Subject: Re: [Tutor] can any one help
Message-ID:<4681047264.20100131110...@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

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to