# Draw the Letter X?

Here are the four basic turtle movements - you should reconzige them as the AP CSP Robot Grid Movemements&#x20;

![](/files/-MRko9wVz5HkPWKtwhf-)

What is the deal with the options? Python was built as a learning or teaching language. That means they built in some flexability when it comes to syntax.

![](/files/-MRkoQ9JZoEKgiFh-75L)

Your assignment - turn in a scan of your notes from today with the psuedocode of how to draw the letter x using only these 4 commands and your brain


---

# 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/room112-textbasedprogrammimg/unit-2/writing-algorithims/a-drawing-turtle/draw-the-letter-x.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.
