5.5. (Part 1) Property Tax - Python

in programming •  8 years ago 

Starting out with Python, Third Edition, Tony Gaddis
Chapter 5
Programming Challenges

  1. Property Tax

A county collects property tax on the assessment value of property, which is 60 percent of the property's actual value. For example, if an acre of land is valued at $10,000, it's assessment value is $6000. The property tax is then 72 cents for each $100 of the assessment value. The tax for the acre assessed at $6000 will be $43.20. Write a program that asks for the actual value of a piece of property and displays the assessment value and property tax.

Starting out with Python. Third Edition. Tony Gaddis.

Happy Steeming Everyone! :)

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!