# Symmetry

```
speed 5
pen coral
fd 100
lt 135
fd 30
rt 90
fd 40
rt 90
fd 35
rt 30, 100
rt 90
lt 150, 30 # the middle line
rt 90
```

Step 1: Finish your T Shirt then add a unique color, design or logo!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://computational-thinking-in-room11.gitbook.io/room-112-dhs/text-based-programming/symmetry.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
