Please identify (and state why) three problems of the follow…
Please identify (and state why) three problems of the following code: Class Point def _init_() self.x = 0.0 self.y = 0.0 # testing this class print(“test: ”, self.x, self.y)