How to create a python package for permanent variables

Viewed 14

I want to make a private python package to store a permanent variable no matter if I run the file again. I need this variable to add a number each time I command it to. Any ideas?

0 Answers
Related