avatar
Manoj S
0

Codes

1

Answers

Code compilers

Top answers

0
nxnxn matrix python
February-06-2022
import numpy as np
x =  np.arange(2, 11).reshape(3,3)
print(x)