From d0d9dcbc7518ce061daff277068ec1af660228ab Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Wed, 6 Dec 2023 19:47:30 +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 743ab11..6a93679 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ All the tutorials are tested with Python 3.11.x. Older version might have a problem with the new versions of type anotations. ## Python: The Basics of the basics +* [Hello, Python](python_basics/hello_python/README.md) * [Style Rulez](python_basics/style_rulez/README.md) * [Programming Recommendations](python_basics/programming_recommendations/README.md) * [Basic Math Operations](python_basics/basic_math_operations/README.md)