Ki reported that it submitted the code to Python. It would be ideal for the Python result to be optionally viewable by the user without going through an LLM first. Perhaps it could be hidden under the "Running Python code." item, as "Python results" that could be folded down in a similar way. Then the user could see if there is a discrepancy between the tool output and the final Assistant output.
edit: After further testing, it looks like it already works that way. This was just a bug because it wasn't printing the result, fixed by giving the instruction "print the result" in the prompt.