Ejemplo n.º 1
0
def imprime_nome(registro):
	nome = Pessoa.busca_por_registro(registro)
	if nome != None: 
		print nome
	else:
		print 'Registro (%i) inexistente!' % registro