Tony Cappellini wrote:
>
> I can't see the forest through the trees.
>
> I have stored 3 global variables in a dictionary, and associated each
> variable with a filename.
> Ideally, I want to read the contents of the text files, and store the
> contents in the global variables. The globals will
I can't see the forest through the trees.
I have stored 3 global variables in a dictionary, and associated each
variable with a filename.
Ideally, I want to read the contents of the text files, and store the
contents in the global variables. The globals will be used by another
function.
However,