Welcome to the Unicorn Ranch series of python labs. I'm putting these together to help you (whomever you are) grow your python skills. The primary audience here are AWS Solutions Architects who may not have much python experience. This is a living/breathing lab, and it may not provide equal value for everyone - especially those who have a python background in production environments.
Please submit your work as a Pull Request to this repo. Your destination branch should be your first/last initials.
- Write a function in the existing class. This function will take no input parameters. The function will return a dictionary that contains the following data: the estimated property tax bill for the year; the estimated property tax bill with 1.2% appreciation/yr over the next 5 years; the tax rate (percentage) based on a value of 1.2 Million
- Using the results from Lab1, determine the dollar impact to the annual tax bill of this property if the tax rate is tripled, minus 10%. Additionally, calculate the taxable-cost-per-acre based on this ranch (using the effective rate), and calculate the additional revenue to the local government. (Pick a local county/parish, just let your instructor know what county you picked)