2.3. Land Calculation - Python

in #programming9 years ago

Starting out with Python, Third Edition, Tony Gaddis

Chapter 2

Programming Challenges

3. Land Calculation

One acre of land is equivalent to 43,560 square feet. Write a program that asks the user to enter the total square feet in a tract of land and calculates the number of acres in the tract.

Hint: Divide the amount entered by 43,560 to get the number of acres.

Happy Steeming Everyone! :)