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.
self
name
price
Make sure to pick = followed by name and then self, ., price, =, price.
=
.