index
:
homelab/cs-y13.git
main
[no description]
homelab
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
notebooks
/
test.py
blob: bdcc85332b2f726b6328018e75621830704b8cae (
plain
)
1
2
3
import
pickle x
=
{"a": 1, "b": {"c": 2, }
, }
pickle
.
dump
(
x
,
open
(
"thing.bin"
,
"wb+"
))