W
class Point(object):
def __init__(self, x, y):
self.__x = x
self.__y = y
Геттеры сам напишешь :)
Size: a a a
W
class Point(object):
def __init__(self, x, y):
self.__x = x
self.__y = y
MM
MM
MM
W
IE
W
IE
IE
IE
W
IE
W
IE
IE
W