This commit is contained in:
Franciszek Kornobis 2024-01-14 19:50:58 +01:00
parent da566c2ffe
commit abe245b83b
1 changed files with 1 additions and 0 deletions

View File

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