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