ingoa = input ("What is your name? ") Whanau = input ("what is your family name? ") kāinga = input ("Where are you from? ") Maunga = input ("A mountain that is special to you or one you have lived by. ") awa = input ("A body of water that is special to you. ") print("Kia ora tātou") print("Ko", Maunga, "te maunga") print("Ko", awa, "te awa") print("Nō", kāinga, "ahau") print("Ko", Whanau, "tōku whānau") print("Ko", ingoa, "tōku ingoa")