# Turtle Activities

## Stick Figure

![Courtesy of self](/files/-LkLlfnDMxNdQ-D7QEi0)

## Olympic Rings

The Olympic flag was created under the guidance of Baron Coubertin in 1913 was first hoisted in 1920 in Antwerp, Belgium at the 1920 Summer Olympics. The five rings represent the five continents of the world.

![Source: Wikipedia](/files/-LkLjWsefAgnPGwaQ_zy)

## Philosopher's Stone

The Squared Circle is an alchemical symbol from the 17th century illustrating the interplay of the four elements of matter symbolizing the philosopher's stone.

![Source: Wikipedia](/files/-LkJjtmYCsztXvRo2irB)

## House and Trees

![Source: PinClipart.com](/files/-LkJljnJFkvn1QB-KBwV)

## Constellation Activity

A constellation is a group of stars that form an imaginary outline or pattern on a celestial sphere, typically representing an animal, mythological person or creature, a god or an inanimate object.  Find a constellation you would like to draw.

* Identify the coordinates for the stars and create dots for them.
* Display the names of each star.
* Connect the stars.

![Some constellations look like people or animals. Sagittarius looks like a teapot. Source: NASA](/files/-LkJZspToM0PMChxMUJj)


---

# 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://www.pythonclassroom.com/turtle-graphics/turtle-activities.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.
