# importing module import numpy as np # numpy.random.normal() method r = np.random.normal(size=5) # printing numbers print(r)