Closed dz0 closed 7 years ago
@yashasroy support@learnpython.org
@dz0 All learnpython.org related issues can be addressed to support@learnpython.org. As this repository pertains to DataCamp's Intro to Python for Data Science course, I'm closing this. If you come across any issues in DataCamp courses, please feel free to report it to us via the 'Report an Issue' button (as shown below), and we'll look into it. Thanks! :)
Hi, not sure if I should address the issue here, but maybe you can redirect :)
in https://www.learnpython.org/en/Classes_and_Objects in Accessing Object Variables in 3-rd exercise
explanation does'nt mention, that new instance variable is created (and overrides static variable for that instance) And doesn't mention possibility of
MyClass.variable = "asdf"
imo, instead should be introduced