Mathwizzy
Jul 16, 2019 - 20:29
hey I am new to pythonista and was trying to do some 'hello world' type stuff with Numpy. I immediately got an error in the code below:
my code:
import numpy as np
print(np.__version__)
the error message is:
Nameerror
name 'random_sample' is not defined
so what's wrong? I am confused.