Skip to content

Instantly share code, notes, and snippets.

@vmesel
Created May 5, 2016 00:57
Show Gist options
  • Save vmesel/aada66d40a99fe242e4fef47726ad78e to your computer and use it in GitHub Desktop.
Save vmesel/aada66d40a99fe242e4fef47726ad78e to your computer and use it in GitHub Desktop.
def milhoes(self, num):
*milhoes,mil2,mil1,mil0, cen, dez, uni = num
aux_milhoes = self.transcrever("".join(milhoes))
return(aux_milhoes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment