Example #1
0
def test_eq():
    c1 = Circle(2)
    c2 = Circle(2)
    assert c1.__eq__(c2) == True