> 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/text-based-programming/1st-assignment-adding-traits.md).

# 1st Assignment: Adding Traits

Work independently to customize your program

Follow this code&#x20;

![What did you make?](https://2507214486-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LpUPSf3tCxHePJxNjfg%2F-LzboHMGBV3RKQBqUrvh%2F-LzbqBl0DlpExoi3Z0Ty%2Fimage.png?alt=media\&token=0e6f613f-674f-48e3-b4d9-a7351c1260a2)

Now I want you to add or change **at least** 4 things to make yours unique to you. Be creative and push yourself! <br>

![No Pressure - but this is some previous student work](https://2507214486-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LpUPSf3tCxHePJxNjfg%2F-LzbvN2P9fimL1b2lBy4%2F-LzbwWBjCzZ5N11TDIgx%2Fimage.png?alt=media\&token=ec8f2dc8-9399-4c0e-9c02-e378a71e831a)

If you would prefer - here is a stick figure that uses the slide  feature

```
pen pink, 5
slide  15,25
slide 15,-25
slide -15,25
fd 40
slide 10,-12
slide -10,-12
slide -10,12
slide  10,-12
fd 15
rt 90
lt 360,10
ht()
```
