From db1a8d6b930286919b332a952933e732131b4734 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Fri, 29 Dec 2023 15:25:31 +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 d8e153b..e5bdbe5 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Important VS Code notes: * [Hello, Python](python_basics/hello_python/README.md) * [Style Rulez](python_basics/style_rulez/README.md) * [Programming Recommendations](python_basics/programming_recommendations/README.md) + - [Assert](python_basics/assert/README.md) * [Basic Math Operations](python_basics/basic_math_operations/README.md) * [Truth Value Testing](python_basics/truth_value_testing/README.md) * [Formatted String Literals](python_basics/formatted_string_literals/README.md)