Skip to content

Instantly share code, notes, and snippets.

@moby1br
moby1br / exercicio1.py
Created January 14, 2012 18:41
Exercicio 1
# -*- coding: utf-8 -*-
################################################################################
#
# CONSTANTES
#
################################################################################
TEXTO_CATEGORIA = {'1': 'Eletronicos', '2': 'Moveis', '3': 'Alimentos', '4': 'Roupas', '5': 'Outros'}
TEXTO_UNIDADE = {'1': 'Unidade', '2': 'Caixa/Pcte', '3': 'Duzia'}