def draw(self): StdDraw.point(self.x, self.y)
def draw(self, t): StdDraw.setPenRadius(0.005) StdDraw.point(self.X(), self.Y()) StdDraw.show(t)