Update 'script.py'

This commit is contained in:
Franciszek Kornobis 2024-01-14 19:37:29 +01:00
parent bb190133fd
commit 351fd9cad7
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
import numpy as np
print(np.eye(3))
print(np.eye(4))