"Chad Everett" <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>                  http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to