This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PRICE = 28 | |
DISCOUNT = [1, 0.95, 0.9, 0.8, 0.75] | |
def calc_partial(books): | |
quantity = len(books) | |
return DISCOUNT[quantity - 1] * quantity * PRICE | |
def make_groups(books): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Prezados, | |
A Storm Security é uma Empresa de Sistemas Críticos e de Segurança da | |
Informação situada no Rio de Janeiro - RJ. Estamos buscando 2 | |
programadores com o seguinte perfil: | |
Características pessoais (o mais importante): | |
- empenhado | |
- organizado |