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)