ingoa = input ( "What is your name?" ) Whanau = input ( "family - what is your family name?" ) kāinga = input ( "Where are you from? Your home." ) 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 or one you have lived by" ) 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")