from sirkel import Sirkel def hovedprogram(): sirkel = Sirkel(2) print(sirkel.hentAreal()) hovedprogram()