So i have a variable called funds that i want to store the value of even after the program is exited. My funds variable holds the total value of funds i have. I add a certain number of funds each time i run the program by entering how much i want to add. How would i store the funds variable to keep its value? -- http://mail.python.org/mailman/listinfo/python-list
- Store a variable permanently eli m
- Re: Store a variable permanently Steven D'Aprano
- Re: Store a variable permanently Mitya Sirenef
- Re: Store a variable permanently Jean-Michel Pichavant
- Re: Store a variable permanently Michael Torrie
- Re: Store a variable permanently Steven D'Aprano
- Re: Store a variable permanently Modulok
- Re: Store a variable permanently Roy Smith
- Re: Store a variable permanently Steven D'Aprano
- Re: Store a variable permanently Jean-Michel Pichavant
- Re: Store a variable permanently Steven D'Aprano