>>> from representatives import percent_null >>> d = {'Anna': 3, 'Arnau':0, 'Enric': 5, 'Josep': 1, ... 'Pol': 1, 'Roger': 2, 'Zaira': 0, 'null': 1} >>> round(percent_null(d), 2) 7.69