Calling eval with a variable of type string returns an error
I have a problem with the eval function in python. I have a window in tinker that returns me a string value. I pass them to eval and I get a syntax error. In the name field, enter ‘abc’. Why?