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!')"