Skip to content

This CLI python program outputs tax for a UK vehicle. It takes emissions in g/km and fuel type as inputs and uses two functions: calc_tax and calc_second_tax to calculate first and second onwards tax payments.

Notifications You must be signed in to change notification settings

therealnaail/vehicle_tax_calculator_UK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

vehicle_tax_calculator_UK

This CLI python program outputs tax payments for a vehicle in the UK. It takes the CO2 emissions of the vehicle in g/km and the type of fuel the vehicle uses as inputs and uses two functions, calc_tax and calc_second_tax, calculate the first and second onwards tax payments.

About

This CLI python program outputs tax for a UK vehicle. It takes emissions in g/km and fuel type as inputs and uses two functions: calc_tax and calc_second_tax to calculate first and second onwards tax payments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages