diff --git a/test.py b/test.py new file mode 100644 index 0000000000..a291bef364 --- /dev/null +++ b/test.py @@ -0,0 +1,3 @@ +import numpy as np + +print(np.random.rand(5))