class A: x = 1 class B(A): pass class C(A): pass B.x = 2 A.x = 3 print(C.x) 💕 Наш уютный чатик #Pythont.me/pythontest_it/9216September 2, 2026 277 1