In <[EMAIL PROTECTED]>, israphelr
wrote:

> So I created a program, that gets a string from a user and then prints
> the string in reverse order.

In [57]: 'reversed string'[::-1]
Out[57]: 'gnirts desrever'

Ciao,
        Marc 'BlackJack' Rintsch
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to