On Tue, Sep 8, 2009 at 2:09 PM, shellc...@juno.com <shellc...@juno.com>wrote:

> I,m trying to get a phrase from a user and print it backwards using the for
> statement along with the range function, but all I get with range function
> is integers not alpha. example range(-1) does not work.
>
> What about range(0, -n, -1) ?
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to