. howTo calculate perimeter/circumference and area of shapes such as rectangle and circle. in python
Perimeter of rectangle=2(length+breadth)
Area of rectangle=length*breadth
Circumference of circle=2*3.14*radius
Answers
Answer:
The circumference of a figure is the sum of all the side lengths. To calculate the circumference of square, length of one of the side is required as all sides are equal. To calculate the circumference of rectangle, length and breadth of rectangle is required.
Circumference of a Square:
Attention reader! All those who say programming isn't for kids, just haven't met the right mentors yet. Join the Demo Class for First Step to Coding Course, specifically designed for students of class 8 to 12.
The students will get to learn more about the world of programming in these free classes which will definitely help them in making a wise career choice in the future.
The circumference of a square is given by the formula:
Answer:
The circumference of a figure is the sum of all the side lengths. To calculate the circumference of square, length of one of the side is required as all sides are equal. To calculate the circumference of rectangle, length and breadth of rectangle is required.
Circumference of a Square:
Explanation:
(please follow )