# 1.1 Practice

* Run the code below (Click the Run Button), that will be your first python program.
* Play around it.

{% embed url="<https://repl.it/@tim_gitlab/hw>" %}

* `main.py` is the python file which stored your codes
* the bottom part(or right part) is a Python REPL shell, feel free to play around it too, it must be in a container, you won't ruin it.

{% hint style="info" %}
Repl.it is an online IDE.

If you found it does not work on your browser, try to re-open it at Chrome/Chromium.
{% endhint %}


---

# 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://tim-python.bai.uno/init/started/1.1-practice.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.
