gbalaskas90 gbalaskas90
  • 22-07-2022
  • Computers and Technology
contestada

def rectangle_area(base,height):
area =base * height
return area


print("The area is ", rectanle_area(5,6))

ive been typing theabove in my answer but it still say "NOT QUITE"

Respuesta :

lhmarianateixeira
lhmarianateixeira lhmarianateixeira
  • 25-07-2022

Using the computer language in python to write a function code that calculates the area of ​​a rectangle.

Writting the code in python:

def rectangle_area(base, height):

z = base*height  # the area is base*height

print("The area is " + str(z))

rectangle_area(5,6)

See more about python at brainly.com/question/18502436

#SPJ1

Ver imagen lhmarianateixeira
Answer Link

Otras preguntas

What was the African Americans point of view of ww2
can someone please help me find x.
decrease £40 by 15% plsssssssssssssssssssssssssssssssssssssssssssssss
i need help with this pls
How many moles of glucose does 1.2 x 10^24 molecules represent
201 = 260(1.085)0.12+5 189
the length of iron rod at 100 C is 300.36 cm and at 159 C is 300.54 cm.Calculate its length at 0 c and coefficient of linear expansion of iron​
Which is the larger value: 2 x 106 or 9 x 105? Explain how you know.
please help asap i will mark brainliest
9x - 6y = -21 and 6x - 12y = -6 How would I solve by substitution?