diff --git a/README.md b/README.md index e682e31..84943c8 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob ## Python: The Basics of the basics * [Truth Value Testing](python_basics/truth_value_testing/README.md) +* [Formatted String Literals](python_basics/formatted_string_literals/README.md) ## Numpy * [Beyond normal np.save](numpy_save_special/README.md)