from studentsystem import Studentsystem # Oppgave 6 def hovedprogram(): system = Studentsystem() system.lesFil("emnestudenter.txt") system.ordrelokke() hovedprogram()