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