Now we can use our customized constructor to create an instance of the class. Construct a class object and store it in the variable apple.
apple
Make sure to pick Grocery_Item followed by ( and then "apple", ,, False, ).
Grocery_Item
(
"apple"
,
False
)