Files
Synthese-PSM_LARRA/Scripts/pyCreate_th2/helpers/test.py
T
Alex38Lyon c2e1457cd5 Scripts
2025-01-31 14:15:58 +01:00

5 lines
56 B
Python

import numpy as np
a = np.array([1,2,3,4,5])
print(a)