[Tutor] can any one help

R. Alan Monroe amonroe at columbus.rr.com
Sun Jan 31 17:01:19 CET 2010


> 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