@PYTHON |
@PYTHON[expression] : Executes the specified Python expression.
The Python interpreter in TCC is persistent, so if you want to reset it pass an empty string to @PYTHON.
Example:
echo %@python[print("Printing from Python")]
Printing from Python
0