Answer:
myShoe.type = 'sneaker'
Explanation:
type is a field of the class shoe. The myShoe object which is an instance of the class shoe has the field type also.To assign a value to type filed of the object myShoe, reference the object then the field as such;
myShoe.type = "sneaker"
The loop will run 5 times.
There is an error, the else should be after the elif
misteragua#1874