############################### 1 ############################
from math import pi,floor
#Add Circle class implementation below
class Circle:
no_of_circles=0
def __init__(self,value):
[Link]=value
Circle.no_of_circles=Circle.no_of_circles+1
def area(self):
area=round([Link]*[Link]*3.14,2)
b=float(area)
return b
############################### 2 ############################
from math import pi,floor
#Add Circle class implementation below
class Circle:
no_of_circles=0
def __init__(self,value):
[Link]=value
Circle.no_of_circles=Circle.no_of_circles+1
@classmethod
def getCircleCount(cls):
return Circle.no_of_circles
def area(self):
area=round([Link]*[Link]*3.14,2)
b=float(area)
return b
############################### 3 ############################
class Circle:
no_of_circles=0
def __init__(self,value):
[Link]=value
Circle.no_of_circles=Circle.no_of_circles+1
@staticmethod
def getPi(cls):
return cls
@classmethod
def getCircleCount(cls):
return Circle.no_of_circles
def area(self):
area=round([Link]*[Link]*[Link](3.14),2)
b=float(area)
return b