Skip to content

Instantly share code, notes, and snippets.

@edmarpaulino
Created April 8, 2021 18:44
Show Gist options
  • Select an option

  • Save edmarpaulino/a13ab9e2e2c0a1ab6d705c495399e84b to your computer and use it in GitHub Desktop.

Select an option

Save edmarpaulino/a13ab9e2e2c0a1ab6d705c495399e84b to your computer and use it in GitHub Desktop.

Revisions

  1. edmarpaulino created this gist Apr 8, 2021.
    2 changes: 2 additions & 0 deletions inverter.py
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    def inverter(texto):
    return texto[::-1]