>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?
 You can output the value to a file? Then re-read the file once a day and 
assign that value to the variable.

This email is confidential and may be subject to privilege. If you are not the 
intended recipient, please do not copy or disclose its content but contact the 
sender immediately upon receipt.
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to