Taking a Vacation

taking-a-vacationThere are 6 step to complete Taking a Vacation. The first step you have to define a function call hotel_cost for count the cost of the hotel. Then define a function call plane_ride_cost for the cost of different place. Next define a function call rental_car_cost for the cost of the car you rent, then you have to add up all the cost by define a function call trip_cost and add the third argument spending_money.Last you print out the cost that went to Los Angeles and rent 5 days car with extra $600 you will get the return of $1955.

However for doing those step don’t forget the colon(:) after you define each function, and after the if and elif.