python
Installation
SKILL.md
Python
Execute Python 3 code snippets.
Write the Python code to a temp file using write, then run it with exec: python3 /path/to/file.py. Capture and report stdout/stderr. Clean up the temp file after execution.
Execute Python 3 code snippets.
Write the Python code to a temp file using write, then run it with exec: python3 /path/to/file.py. Capture and report stdout/stderr. Clean up the temp file after execution.