from bil import Bil def hovedprogram(): bil1 = Bil("Tom ?ge") bil2 = Bil("Mariallea") bil1.skriv_eier() bil2.skriv_eier() hovedprogram()