class Point: __slots__ = ['x', 'y'] p = Point() p.x = 1 p.z = 2 print(p.x) 💕 Наш уютный чатик #Pythont.me/pythontest_it/9229September 5, 2026 273