it was the indentation I figure it out thanks
does it want a name in there?
def trip_planner_welcome(name):
print("Welcome to tripplanner v1.0 " + name)
trip_planner_welcome("Frank")
the screen/console should display
Welcome to tripplanner v1.0 Frank