Computer Science, asked by sharmapushkar800, 6 months ago

9th class is hai Bhai please madad kar do​

Attachments:

Answers

Answered by Anonymous
1

Answer:

>>> Base = float(input("Input Base: "))

>>> Height = float(input ("Input Height: "))

>>> Area = Base*Height/2

>>> print (Area)

Similar questions