Exercise 6: Class with Properties
Design a class with properties in this exercise.
We'll cover the following...
Problem statement
Design a class, Circle
, that represents a geometric circle. The Circle
class initializer takes the radius of the circle as a positional parameter called ...