Skip to content

Instantly share code, notes, and snippets.

@philzook58
Last active August 18, 2019 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philzook58/a7ae5925ac4ace2292fa6fe192a56723 to your computer and use it in GitHub Desktop.
Save philzook58/a7ae5925ac4ace2292fa6fe192a56723 to your computer and use it in GitHub Desktop.
test_gist
print("Success!")
import pickle
favorite_color = { "lion": "yellow", "kitty": "red" }
import os
os.mkdir("logs")
pickle.dump( favorite_color, open( "./logs/save.p", "wb" ) )
print("it good b")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment