[Solved] Would the class look like that for the object test if I change the value test.i? [closed]
If I understand your question well: by doing test.i = “Hello”, your are modifying its attribute i but your are not “modifying the class” nor its code. Your are simply changing the value of a variable that happens to be an object attribute. So, the class “does not look like that” because it does not … Read more