from oppgave3e import regn_poengsum from oppgave3f import gull def finn_gull(fn: str): lagoversikt = regn_poengsum(fn) print(gull(lagoversikt))