From 4f1f930d67b50bbdcdd8a0092f42b626ae8ab634 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Fri, 22 Dec 2023 15:10:48 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b2cfa1d..a5a1ab8 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ Important VS Code notes: * [Exceptions (try / except)](python_basics/exceptions/README.md) * [Importing Modules](python_basics/modules/README.md) * [Built-in Functions](python_basics/built_in/README.md) +* [Built-in Keywords](python_basics/keywords/README.md) * [The Python Standard Library​](python_basics/standard_libraries/README.md) * [Dataclass](python_basics/dataclass/README.md)