diff --git a/exercise1.py b/exercise1.py new file mode 100644 index 0000000..c4e499e --- /dev/null +++ b/exercise1.py @@ -0,0 +1,3 @@ +import numpy as np + +print(np.random.randn())