In the code;
def __init__(self, x): self.x=x
If I subsequently call the constructor and pass 2 in it, does \'self.x\' refer to the 2 I pa