Newb ?

Mike Meyer mwm at mired.org
Tue Nov 15 23:35:21 EST 2005


"Chad Everett" <everettcc at hotmail.com> writes:
> print "\n\nWelcome to the Backwards Message Display."
> print
> message = raw_input("\nPlease Enter a Message.")

Since you said it wasn't a school assignment, and I'm a trusting soul,
the next line could be:

print message[::-1]

      <mike

-- 
Mike Meyer <mwm at mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.



More information about the Python-list mailing list