How can I define a list that is empty at first and append to it but not have it clear when I restart my app? I am using python language
The list has the proper values in it when the app is first ran, it is only when I restart my app that the list clears because of the empty list variable over rides the list that was just created. Thanks in advance