@ -1,4 +1,6 @@
from Shape import Shape
class Circle(Shape):
def __init__(self, x, y, r):
self.vars = [x, y, r]
The note is not visible to the blocked user.