We'll need to create a constructor to set some properties of the class. The constructor will have the parameters, self, number, and items.

Make sure to type def __init__(self, number, items).