diff --git a/python_basics/modules/README.md b/python_basics/modules/README.md index 6bbd09b..bd564fa 100644 --- a/python_basics/modules/README.md +++ b/python_basics/modules/README.md @@ -8,6 +8,7 @@ ## The goal +Collections of functions can be organized into modules. These modules are then imported into a programm or another module. Questions to [David Rotermund](mailto:davrot@uni-bremen.de)