>>> from autopistes import peatge ---- inici >>> round(peatge(3, 10, 63, 'T', True), 2) 45.5 >>> round(peatge(10, 3, 63, 'C', False), 2) 70.7 >>> round(peatge(7, 8, 14, 'A', True), 2) 6.85 >>> round(peatge(14, 4, 123, 'T', False), 2) 63.69 ---- fi