Skip to content

Instantly share code, notes, and snippets.

@AnthraxisBR
Created August 8, 2019 14:49
Show Gist options
  • Select an option

  • Save AnthraxisBR/cb32eb94e163b19a2c055d3f724215bf to your computer and use it in GitHub Desktop.

Select an option

Save AnthraxisBR/cb32eb94e163b19a2c055d3f724215bf to your computer and use it in GitHub Desktop.
Formatar string cnpj
cnpj = '{}.{}.{}/{}-{}'.format(cnpj[:2], cnpj[2:5], cnpj[5:8], cnpj[8:12], cnpj[12:14])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment