This commit is contained in:
Hubert Graczyk 2024-01-12 14:17:07 +01:00
parent de3fc71d12
commit 0724ff410b
1 changed files with 1 additions and 1 deletions

View File

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