Using the parameters self, name, price, and discount, define the init function.
Make sure to pick def followed by __init__ and then (, self,, discount, ), :.
def
__init__
(
self,
discount
)
: