Question: what is wromg with my code? I have been trying to fix it but nothing. * constructor that initializes an instance of Person with the

what is wromg with my code? I have been trying to fix it but nothing.
* constructor that initializes an instance of Person with the arguments passed to the function setting the attribute values def _init_(self, first name, last_name,age) : self, first_name = first name self.1ast_name = last_name self, age = age \# function or method that determines if the current instance is a minor or not def is_minor(self): \# compare person age with 18 if self,age
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
