mirror of
https://github.com/Alex38Lyon/Synthese-PSM_LARRA.git
synced 2026-06-01 22:00:53 +00:00
5 lines
56 B
Python
5 lines
56 B
Python
import numpy as np
|
|
|
|
a = np.array([1,2,3,4,5])
|
|
|
|
print(a) |