Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-29 17:03:41 +01:00 committed by GitHub
parent 794b05de38
commit 5cf6f1aeea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,7 @@ Important VS Code notes:
## Python: The Basics of the basics ## Python: The Basics of the basics
* [Overview](python_basics/where_to_start/README.md) * [Overview](python_basics/where_to_start/README.md)
* [Hello, Python](python_basics/hello_python/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) * [Style Rulez](python_basics/style_rulez/README.md)
* [Programming Recommendations](python_basics/programming_recommendations/README.md) * [Programming Recommendations](python_basics/programming_recommendations/README.md)
- [Assert](python_basics/assert/README.md) - [Assert](python_basics/assert/README.md)