from student import Student def main(): s1 = Student("gruppel?rer",1234) print(s1.hent_navn()) print(s1.hent_studentnummer()) main()