An open API service indexing awesome lists of open source software.

https://github.com/candytale55/taking_a_vacation_python_2

When planning a vacation, it’s very important to know exactly how much you’re going to spend. Function trip_cost takes three parameters, city, days and spending_money and returns the sum of calling functions rental_car_cost(days), hotel_cost(days - 1), and plane_ride_cost(city) functions + spending_money passed as argument to provide a total cost for a vacation.
https://github.com/candytale55/taking_a_vacation_python_2

Last synced: about 1 year ago
JSON representation

When planning a vacation, it’s very important to know exactly how much you’re going to spend. Function trip_cost takes three parameters, city, days and spending_money and returns the sum of calling functions rental_car_cost(days), hotel_cost(days - 1), and plane_ride_cost(city) functions + spending_money passed as argument to provide a total cost for a vacation.

Awesome Lists containing this project