Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
d617380126
commit
c8634fdb31
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob
|
||||||
## Python: The Basics of the basics
|
## Python: The Basics of the basics
|
||||||
* [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)
|
||||||
|
* [Basic Math Operations](python_basics/basic_math_operations/README.md)
|
||||||
* [Truth Value Testing](python_basics/truth_value_testing/README.md)
|
* [Truth Value Testing](python_basics/truth_value_testing/README.md)
|
||||||
* [Formatted String Literals](python_basics/formatted_string_literals/README.md)
|
* [Formatted String Literals](python_basics/formatted_string_literals/README.md)
|
||||||
* [Flow control: match case](python_basics/match/README.md)
|
* [Flow control: match case](python_basics/match/README.md)
|
||||||
|
|
Loading…
Reference in a new issue