We'll create a method for each step of the delivery process. First we submit the customer's order. Create a function called submit_order.
submit_order
Make sure to pick def followed by submit_order and then (, self, ), :.
def
(
self
)
: