Reeborg has a new job: he delivers the Northern Star newspaper. Many of Reeborg’s customers do not live on the ground floor of their building. For each of these customers, Reeborg has to do the following
While Reeborg has many clients, I only included two with their corresponding worlds:
Try it!
With the help of the following two instructions:
take("star") // pick it up to carry
put("star") // put it down
make Reeborg complete at least one delivery. Pay attention to the two instructions written above and make sure, when you need to use them, to write them exactly the same way.
Important
Save your program; you will come back and use it again soon.
At this point , it may appear impossible to write a single program that could handle both deliveries. However, you will soon find out how to do so.