I made a Python script that outputs a result when a mathematical expression is entered. So for instance: when entered "2+4(8)", it will output 34. The script also supports functions, like ...