DREAMSKILLS
OUR COMPANY
Bring Your Ideas to Life
Everything that you dreamed of can be brought to life exactly at the moment when you decide to win.
print('Now you can!') |
import numpy as np def make_x_and_y(n): x = np.random.randn(n) y = np.random.randn(n) return x, y