def ft_garden_name(): var = input("Enter garden name: ") print("Garden: " + var) print("Status: Growing well!")