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