From cf7b477fcef192119f2fdcd88b8ad8dfe84a737a Mon Sep 17 00:00:00 2001 From: Wannes-Sys Date: Mon, 12 Jun 2023 10:09:22 +0000 Subject: [PATCH] numpy is very important --- importing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/importing.py b/importing.py index d64648e..6e63394 100644 --- a/importing.py +++ b/importing.py @@ -1,4 +1,4 @@ -# note that running this file is likely gonna install numpy on you computer +# note that running this file is likely gonna install numpy on your computer try: import numpy as np except ImportError: