Our naive solution for the Practice Round.
This solution proposes to first select the largest team that can be served with the current amount of pizzas, then greedily selecting the pizzas whose toppings are the least overlapping.
python3 prova_pizza_hashcode.py
N.B: Alphabetical order <--> fair contribution