Q2: Yard work ( pts = 20) a. Write the general Python code to calculate the area of a yard with dimensions of W wide by L long, Note: W, L are not very informative, what names should you use for these variables? area = ??? b. Now plug in values of W = 20 , L = 30. Print the result with appropriate identification. That is, don’t just print the bare area number, include an identifier.
Q2: Yard work ( pts = 20)a. Write the general Python code to calculate the area of a yard with dimensions
of W wide by L long, Note: W, L are not very informative, what names should you use for these variables?
area = ???
b. Now plug in values of W = 20 , L = 30. Print the result with appropriate identification. That is, don’t just print the bare area number, include an identifier.