Question #316239

What will the output of this python program be?


def test_function( length, width, height):

  print ("the area of the box is ",length*width*height)

  return length*width*height


l = 12.5

w = 5

h = 2

test_function(l, w, h)



Expert's answer

output: "the area of the box is 125.0"



Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS