I believe your answer is C) Point of intersection.
Hope this helps!
Happy studying!
~Mistermistyeyed.
A quarter of the number would be 1/4 +x
Def square_feet_calculator(length, width):
square_feet = length*width
print(square_feet)
when calling this function, it should ask you to input the length and width as parameters.
I think it is D hope it works