Skip to content

Instantly share code, notes, and snippets.

View Septiembre19's full-sized avatar

Luis Domínguez Septiembre19

  • Panamá
  • 09:26 (UTC -05:00)
View GitHub Profile
@Septiembre19
Septiembre19 / numero_letras.py
Created June 25, 2019 20:48 — forked from efrenfuentes/numero_letras.py
Numero a letras (Python)
#!/usr/bin/python
# -*- coding: utf-8 -*-
__author__ = 'efrenfuentes'
MONEDA_SINGULAR = 'bolivar'
MONEDA_PLURAL = 'bolivares'
CENTIMOS_SINGULAR = 'centimo'