From 5cf6f1aeea9e7796339e7badaa19686398c88a8a Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Fri, 29 Dec 2023 17:03:41 +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 e5bdbe5..fc25cfb 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Important VS Code notes: ## Python: The Basics of the basics * [Overview](python_basics/where_to_start/README.md) * [Hello, Python](python_basics/hello_python/README.md) + - [input, print, string, int, float](python_basics/input_output_string_int_float/README.md) * [Style Rulez](python_basics/style_rulez/README.md) * [Programming Recommendations](python_basics/programming_recommendations/README.md) - [Assert](python_basics/assert/README.md)