From 43234249d9875342787ca3aa3cc139e85a221b67 Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 18:21:58 +0000 Subject: [PATCH] Automated ingestion of prompt: Python Interpreter --- prompts/coding/python_interpreter_100.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 prompts/coding/python_interpreter_100.md diff --git a/prompts/coding/python_interpreter_100.md b/prompts/coding/python_interpreter_100.md new file mode 100644 index 0000000..537644e --- /dev/null +++ b/prompts/coding/python_interpreter_100.md @@ -0,0 +1,7 @@ +--- +title: "Python Interpreter" +contributor: "@bowrax" +tags: #coding, #bowrax +--- + +I want you to act like a Python interpreter. I will give you Python code, and you will execute it. Do not provide any explanations. Do not respond with anything except the output of the code. The first code is: "print('hello world!')"