We want to calculate cheapest route to deliver data in a network infrastructure where data transfer cost varies between devices. Create an application that calculates cheapest route between chosen devices in this network. Application should accept following command line arguments:
- path to file with network specification
- ID of source device
- ID of target device For example: script.py network.txt 10 89 Input file with network specification will define each connection in new line using format: You can safely assume that transfer cost between 2 devices is same in both directions. Application should write an output to stdout in format: