diff options
Diffstat (limited to 'notebooks/test.py')
-rw-r--r-- | notebooks/test.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/notebooks/test.py b/notebooks/test.py new file mode 100644 index 0000000..bdcc853 --- /dev/null +++ b/notebooks/test.py @@ -0,0 +1,3 @@ +import pickle +x = {"a": 1, "b": {"c": 2, }, } +pickle.dump(x, open("thing.bin", "wb+"))
\ No newline at end of file |