Now we'll create the core method, complete_order, that calls all of the other methods at once. It won't have any parameters besides self.

Make sure to type def complete_order(self):.