From b1e76ba618c9132d8c0d82a86f9b98a6ca0f0ad4 Mon Sep 17 00:00:00 2001 From: ilia Date: Tue, 7 Nov 2023 22:19:27 +0300 Subject: [PATCH] edit readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 56e045d..a18b278 100644 --- a/README.md +++ b/README.md @@ -40,3 +40,15 @@ extensions = [ ``` 4. add `modules` after `Contents:` in `index.rst` 5. run `make.bat` + +## Interpreters (2nd homework) +- [assignment](https://sciprogcentre.github.io/green-courses/pages/advanced_python/2023/hw/02.html) +- [solution](./interpreters) + +## Turtle Device (3rd homework) +- [assignment](https://sciprogcentre.github.io/green-courses/pages/advanced_python/2023/hw/03.html) +- [solution](./turtle) + +## Turtle Async (3rd homework) +- [assignment](https://sciprogcentre.github.io/green-courses/pages/advanced_python/2023/hw/04.html) +- [solution](./turtle_async)