When I am running this code
class Coordinate(): def init(self, x, y): self.x = x self.y = y
@property def x(self):