5 lines
57 B
Python
5 lines
57 B
Python
import numpy as np
|
|
|
|
print(np.eye(3))
|
|
|
|
#kochm programować |