# This program will ask for a name and the age.It check the age range and #display a message #collect input name = input("what is your name? ") print(f"kia ora {name} ") print(f"this program will calculate the area, perimeter and the circumference of a shape") #variables shape = input ("enter s for square, for square, r for rectangle or c for circle") if shape == "s": print("square") length = int(input("what is the length? ")) perimeter = length * 4 area = length * length print(f'the perimeter of a square with a length of {length} is {perimeter} the area is {area}') if shape == "s": print(" you selected smoothie, you have {new_budget} remaining.") radius = int(input("what is the radius? ")) areaofcircle(int(r)) #Display output print("the program has ended")