Get your own Python server Result Size: 625 x 565
x
 
from numpy import random
x = random.rand(5)
print(x)
[0.0966020 0.4372185 0.9547002 0.8563685 0.6803767]