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.
complete_order
self
Make sure to type def complete_order(self):.
def complete_order(self):