print("a")
class B:
def test():
print("b")
class C(A, B):
pass
c = C()
c.test()
a или b?
Питона душиш?
Конечно
Обсуждают сегодня