Created
August 8, 2019 14:49
-
-
Save AnthraxisBR/cb32eb94e163b19a2c055d3f724215bf to your computer and use it in GitHub Desktop.
Formatar string cnpj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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