> For the complete documentation index, see [llms.txt](https://mathieu-bonte.gitbook.io/cours-i2d/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mathieu-bonte.gitbook.io/cours-i2d/algorithmie-en-python.md).

# Le développement informatique en Python 💻

- [Cours](https://mathieu-bonte.gitbook.io/cours-i2d/algorithmie-en-python/cours.md)
- [Activité guidée](https://mathieu-bonte.gitbook.io/cours-i2d/algorithmie-en-python/untitled.md)
- [Premiers pas avec Python et REPL](https://mathieu-bonte.gitbook.io/cours-i2d/algorithmie-en-python/untitled/premiers-pas-avec-python-et-repl.md)
- [Création d'un jeu de dés](https://mathieu-bonte.gitbook.io/cours-i2d/algorithmie-en-python/untitled/creation-dun-jeu.md)
- [Affichage de messages](https://mathieu-bonte.gitbook.io/cours-i2d/algorithmie-en-python/untitled/creation-dun-jeu/affichage-de-messages.md)
- [Notion de variables](https://mathieu-bonte.gitbook.io/cours-i2d/algorithmie-en-python/untitled/creation-dun-jeu/notion-de-variables.md)
- [Aléatoire en informatique](https://mathieu-bonte.gitbook.io/cours-i2d/algorithmie-en-python/untitled/creation-dun-jeu/aleatoire-en-informatique.md)
- [Les conditions](https://mathieu-bonte.gitbook.io/cours-i2d/algorithmie-en-python/untitled/creation-dun-jeu/les-conditions.md)
- [Les opérateurs booléens](https://mathieu-bonte.gitbook.io/cours-i2d/algorithmie-en-python/untitled/creation-dun-jeu/les-operateurs-booleens.md)
- [Les entrée utilisateurs](https://mathieu-bonte.gitbook.io/cours-i2d/algorithmie-en-python/untitled/creation-dun-jeu/les-boucles.md)
- [Défi n°1](https://mathieu-bonte.gitbook.io/cours-i2d/algorithmie-en-python/untitled/creation-dun-jeu/defi-n-1.md)
- [Les fonctions](https://mathieu-bonte.gitbook.io/cours-i2d/algorithmie-en-python/untitled/creation-dun-jeu/les-fonctions.md)
- [Défi n°2](https://mathieu-bonte.gitbook.io/cours-i2d/algorithmie-en-python/untitled/creation-dun-jeu/defi-n-2.md)
- [Les boucles](https://mathieu-bonte.gitbook.io/cours-i2d/algorithmie-en-python/untitled/creation-dun-jeu/les-boucles-1.md)
- [Défi n°3](https://mathieu-bonte.gitbook.io/cours-i2d/algorithmie-en-python/untitled/creation-dun-jeu/defi-n-3.md)
- [Exercices corrigés](https://mathieu-bonte.gitbook.io/cours-i2d/algorithmie-en-python/exercices-corriges.md): Sources : Mesures Physiques 1ère année. IUT d'Orsay.
- [Développement de jeux vidéo](https://mathieu-bonte.gitbook.io/cours-i2d/algorithmie-en-python/developpement-de-jeux-video.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://mathieu-bonte.gitbook.io/cours-i2d/algorithmie-en-python.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.
