From ffaf91c087872e2850b78d5de349421ffb45fe32 Mon Sep 17 00:00:00 2001 From: s473990 Date: Sun, 19 Jan 2025 18:05:37 +0100 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20script.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- l1.py => script.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename l1.py => script.py (77%) diff --git a/l1.py b/script.py similarity index 77% rename from l1.py rename to script.py index 41e8aa8..75e934e 100644 --- a/l1.py +++ b/script.py @@ -1,4 +1,4 @@ -import numpy as np -print(np.eye(3)) - +import numpy as np +print(np.eye(3)) + #comment \ No newline at end of file