Question: Please do them correctly and provide justifications unique as required 1.1) What will be the output of the python program given below? WWW class Carl
Please do them correctly and provide justifications unique as required

1.1) What will be the output of the python program given below? WWW class Carl : def init (self, make, model, color): self make = make self.model = model selfcolor = color def str(self): answer = += selfcolor + + self.make + return answer WWW 11 answer + self.model car1 = Car("Dodge", "Charger","Black") print (carl) a. Black Dodge Charger b. Dodge Charger Black It will print out the location of the object in memory d. The program will result in an error C. 1.2)What are the two requirements for a recursive function? Write in your answer 1. 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
