#This program will ask for a name and display a welcome message name = input("what is your name? ") print(f"kia ora {name}") budget = int(input("How much is your budget to spend? ")) # food item variables smoothie = 6.5 pie = 6 wedges =4.5 food =input("What do you wnat to buy? A smoothie, pie or wedges? ") if food == "smoothie": new_budget = budget - smoothie print(f"{name} you selected smoothie, you have {new_budget} remaining.") elif food == "pie": new budget = budget - pie print(f"{name} you selected pie, you have {new_budget} remaining.") elif food== "wedges": new_budget = budget - wedges print(f" {name} you selected This program will calculate the area, perimeter and