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