python_numpy_random_number.py:
x
 
from numpy import random
x = random.randint(100)
print(x)