caciojg

reverter

Aug 5th, 2012
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. #!/usr/bin/env python
  2. # -*- coding: utf-8 -*-
  3. a = raw_input('entre o texto:')
  4. print a[::-1]
Advertisement
Add Comment
Please, Sign In to add comment