This is just a general question as I am curious. When I run the following code I get a syntax error which is understandable. However would there be a way to save the + sign in an variable so I get an answer of 4?
SIGN = +
UNIT = 1
UNIT2 = 3
print(UNIT SIGN UNIT2)