From 0804da7344ca55dd44113cc998d3483006365da5 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Tue, 12 Dec 2023 22:48:46 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 14e0cdf..2bf9d2d 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob * Sequence Types - [Lists](python_basics/list/README.md) - [Tuple](python_basics/tuple/README.md) +* Mapping Types + - [Dict​](python_basics/dict/README.md) * [Files](python_basics/files/README.md) * [Creating order via sub-directories: os.makedirs](python_basics/os_makedirs/README.md) * [Finding files in a directory: glob](python_basics/glob/README.md)