I'm trying to write a program w/ python that runs once a day and every time it does it adds 20 to a variable. How do I do this so it doesn't reset the variable to the original value every time I run it? Thanks