diff options
Diffstat (limited to 'tanken.py')
| -rw-r--r-- | tanken.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4,7 +4,6 @@ # cost should be given in cents def tanken(drives, cost, service_charge=0): passengers = {} - service_charges = {} distance = 0. drives = [d.split(' ') for d in drives] |
