Skip to content

Instantly share code, notes, and snippets.

View hectorsum's full-sized avatar
🧿
Focusing

Hector Herrera hectorsum

🧿
Focusing
View GitHub Profile
@hectorsum
hectorsum / numero_letras.py
Created March 26, 2020 13:41 — 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'