Create a Python class called Circle in a file called circle.py that represents a two dimensional circle. Give the class methods that do the following:
Circle
circle.py
In a separate file, create code that tests each of the methods of the circle class.