Using the Python int operators +, -, *, /, ** (not %), and the numbers, 2, 3, 4, and find an expression using all four numbers exactly once and any three of the operators exactly once that evaluates to 26. Hint: Build strings and then use the Python eval function, which takes a string as an argument, evaluates the string, and returns its value, e.g., eval ('2*3+4') returns the integer 10.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.