> For the complete documentation index, see [llms.txt](https://computational-thinking-in-room11.gitbook.io/room-112-dhs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://computational-thinking-in-room11.gitbook.io/room-112-dhs/software-development/led-screen/sinking-boat.md).

# Sinking Boat

```
Boat1 Function

   plot(1, 0)
   plot(3, 0)
   plot(1, 1)
   plot(3, 1)
   plot(1, 2)
   plot(3, 2)
   plot(0, 3)
   plot(1, 3)
   plot(2, 3)
   plot(3, 3)
   plot(4, 3)
   plot(1, 4)
   plot(2, 4)
   plot(3, 4)
```

### After you develop a function - you have to CALL it for the code to actually execute.

![Call = Hey Computer Go to Boat1 and do all those steps ](https://2507214486-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LpUPSf3tCxHePJxNjfg%2F-M1_vbkhUPXqd4oSuPEX%2F-M1_vqnzBcPEr4WFzGkh%2Fimage.png?alt=media\&token=79e2f428-c6f2-49dc-8e90-d2fbaa9770a3)

![What we Get when we call  Boat #1](https://2507214486-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LpUPSf3tCxHePJxNjfg%2F-M1_vJdB1fAH0VgD4xO2%2F-M1_vaWjprb5TNVRv4k7%2Fimage.png?alt=media\&token=050c4a56-1fb0-4751-a9e2-94ddbf15dfa4)
