To complete an order we first need to submit it. We will call the class's submit_order method using self.
submit_order
self
Make sure to pick self followed by . and then submit_order, (, ).
.
(
)