diff options
author | HanEmile <emile.hansmaennel@gmail.com> | 2017-02-14 17:00:54 +0100 |
---|---|---|
committer | HanEmile <emile.hansmaennel@gmail.com> | 2017-02-14 17:00:54 +0100 |
commit | 00da3d7265a0a1791f6f5e966682784513569c25 (patch) | |
tree | 8eb4b8058feb349e8b6b05e05835f43cf4d88936 /sandbox.py | |
parent | 87fea5a9df8dd5739ed0094fa6c3f61dd7f24625 (diff) |
restructure
Diffstat (limited to 'sandbox.py')
-rw-r--r-- | sandbox.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sandbox.py b/sandbox.py deleted file mode 100644 index 262caf8..0000000 --- a/sandbox.py +++ /dev/null @@ -1,11 +0,0 @@ -import numpy as np -size = 10 - -x = np.array([range(1, size), range(1, size)]) -print(x) - -print("") - -y = np.zeros((10, 10)) -y[2, 3] = 5 -print(y) |