From eea7a97d0d4a7827595cd9a8b420187dff74534e Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Tue, 5 Dec 2023 10:43:01 +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 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)