Now we need to set the class variables. Using the keyword self, set the class variables name and price to equal parameters name and price.

Make sure to pick = followed by name and then self, ., price, =, price.