python_numpy_random_2d_float.py:
x
 
from numpy import random
x = random.rand(3, 5)
print(x)