This programme is to find the cheapest route to travel between multiple city and will output the total cost and cost of every flight and every possible route.
- Modify routes from "main.py"
- Install python: (https://www.python.org/downloads/)
- Run the code
python main.py
This will print the output in the console. # flight-scheduler-with-python-OOP