Advertisement
biswasrohit20

order

Mar 28th, 2021
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. while len(orders) > 0:
  2. completed.append(orders[0])
  3. orders.remove(orders[0])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement