From 7cee97e290b495329d797999d73a37ca0ed85c84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Rzo=C5=84ca?= Date: Mon, 8 Jan 2024 12:51:19 +0100 Subject: [PATCH] add txt file --- warsztat.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 warsztat.txt diff --git a/warsztat.txt b/warsztat.txt new file mode 100644 index 0000000..d80d438 --- /dev/null +++ b/warsztat.txt @@ -0,0 +1,3 @@ +import numpy as np + +print(np.eye(3))