This commit is contained in:
Alex38Lyon
2025-01-31 14:15:58 +01:00
parent dcae8e9aa0
commit c2e1457cd5
119 changed files with 315017 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import numpy as np
a = np.array([1,2,3,4,5])
print(a)