This repository was archived by the owner on Jun 29, 2021. It is now read-only.

Description
The exercise should introduce students to basic datatypes in programming, such as:
- numeric types: int, float, (complex)
- boolean
- string
It should also include some introduction to operations on these types.
Further, introduction to containers such as lists and dicts (maps) can be added as well.