Exercise: Tax Brackets

Combine arithmetic and an if/elif/else chain to compute the tax owed on a given income across three brackets. The first branch is provided to get you started.
Python
Setting up Python environment...
Output