python_numpy_random_2d_array.py:
x
 
from numpy import random
x = random.randint(100, size=(3, 5))
print(x)