So, I want to define class and set property to avoid inproper input. Code is as following:
class Coordinate(): def init(self, x, y): self.x =