Question: Using python 3.x to solve this problem Circle Class Circle Write a class that has several functions related to a Circle. Theradius : float constructor

Using python 3.x to solve this problem
Circle Class Circle Write a class that has several functions related to a Circle. Theradius : float constructor should accept a single parameter for the radius. + getArea) : float getPerimeter() float +float) float +str(): string str() method should return a string such as "Circle (Area:49.3480)" float() method should return the area (Same functionality as getArea) Use the math module (import math), you have access to math.pi (just a constant not a function) Math (area- * radius, perim/circum-2 * radius * )
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
