Skip to content

Instantly share code, notes, and snippets.

@joelbarmettlerUZH
Created October 5, 2019 10:18
Show Gist options
  • Save joelbarmettlerUZH/261a304798826977fcd94c4f328df8e5 to your computer and use it in GitHub Desktop.
Save joelbarmettlerUZH/261a304798826977fcd94c4f328df8e5 to your computer and use it in GitHub Desktop.
with open(databaseName + ".pkl", "wb") as db:
pickle.dump(number_db,db)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment