May 2018
Beginner
490 pages
13h 16m
English
The data provided contains start times (st), end times (endt), and delivery locations. To calculate distances, Pert needs to convert those times into a distance (di) with the following estimation for each location (ll):
di(ll)=(endt-st)/v
A Python program reads the initial file format and data and outputs a new file and format as follows:
| Distance | Location |
| 55 | 53 |
| 18 | 17 |
Read now
Unlock full access