from sirkel import Sirkel def hovedprogram(): s1 = Sirkel(5) print(s1.diameter()) print(s1.omkrets()) print(s1.areal()) hovedprogram()