Skip to content

Instantly share code, notes, and snippets.

@gun007
Created October 25, 2018 19:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gun007/a62d7f5702429483530bee5fa49576b2 to your computer and use it in GitHub Desktop.
Save gun007/a62d7f5702429483530bee5fa49576b2 to your computer and use it in GitHub Desktop.
#!/usr/bin/python
# -*- coding: latin1 -*-
def inverter (frase):
print "A frase e: ",frase[::-1]
inverter("o rato roeu a roupa")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment