9th class is hai Bhai please madad kar do
Attachments:
Answers
Answered by
1
Answer:
>>> Base = float(input("Input Base: "))
>>> Height = float(input ("Input Height: "))
>>> Area = Base*Height/2
>>> print (Area)
Similar questions