From ce09f19c6915977c3549440b253ea86495fe4628 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Wed, 13 Dec 2023 16:48:48 +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 a70e7ea..301367d 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob ## Numpy: The Basics of the basics * [New matrix](numpy/new_matrix/README.md) +* [Constants](numpy/constants/README.md) * [Random numbers the non-legacy way](numpy/random/README.md) ## Numpy