How can I use the python compile function on an empty string?
I have a piece of code that calculates the sum of a number of variables. For example, with 3 variables (A = 1, B = 2, C = 3) it outputs the sum X = 6. The way the code is implemented this is set up as a list with two strings: Y = [[‘X’,… Read More How can I use the python compile function on an empty string?