ingoa = input("Whats is your name? ") whanau = input("family - what is your family name? ") kainga = 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ō", kainga, "ahau") print("Ko", whanau, "tōku whānau") print("Ko", ingoa, "tōku ingoa")