azcolin13 azcolin13 14-12-2020 Computers and Technology contestada What is the missing line of code? class vehicle: self.model = strModel self.color = strColor def __str__(self): return self.model + ' ' + self.color