Hi, Is it possible to extract the list of variables from an expression?
Example: expr = "3*x+cos(z)" and I want to have as a result this list : [x,z] Thank you
Hi, Is it possible to extract the list of variables from an expression?
Example: expr = "3*x+cos(z)" and I want to have as a result this list : [x,z] Thank you