Discussion
1- Why is documentation important?
2- What is meant by solution development? Why is it important?
3- Jim is going to replant his lawn. He would like to know how much the sod will cost, given cost of the sod and the length and width of two different lawn areas. Write a solution to calculate this cost.
#plus write the Python code to calculate the cost of sod. ( write a function to do this .As a test: assume cost of sod = 3.00 $/square foot
lawn 1 = 12 by 30
lawn 2 = 20 by 40