Computer Science, asked by smartykabirrrr444, 8 days ago

enter length and breadth and find the area of the rectangular field in python
answer quick for brainliest

Answers

Answered by sangitapal594
0

Answer:

P = l * w

where:

P = perimeter

l = length of the rectangle

w = width of the rectangle

 

Let us understand this through Python program:

Similar questions