Pippin is out to deliver the orders made on 10th May 2022. As these orders are in process, Samwise has to update the same the in orders
list.
Help Samwise write a program using map()
to add a status field to every order in orders. If the date is 10 May 2022
, the status would be In Process
. For other orders, the status would be Completed
.