Consider this: class Foo: V = 0 definit__(self, s): self.s = s Foo.v=Foo.v + self.s = fool Foo(10) foo2 Foo(20) What's the value of Foo.v at the end of the run? O 20 O 10 O 30 0 0