4 lines
37 B
Python
4 lines
37 B
Python
import numpy as np
|
|
|
|
print(np.eye(3))
|
import numpy as np
|
|
|
|
print(np.eye(3))
|