What line of code will change the color of myCar to purple?
O myCar = color('purple')
myCar.changeColor('purple')
OmyCar.changeColor(self, 'purple')
O myCar changeColor = 'purple'

See Answers (0)

Related Question in Computers and Technology