I\'m not able to run this code:
match shape: case Point(x, y): ... case Rectangle(x, y, _, _): ... print(x, y)
I can\'t f