from person import Person def hovedprogram(): thanhBinh = Person("Thanh Binh", 20) thanhBinh.skrivNavn() navn = thanhBinh.skrivNavn() hovedprogram()