From c26d900b108aef4d9ba7944b1ea3ee412890c6ce Mon Sep 17 00:00:00 2001 From: Bowrax <100270028+Bowrax@users.noreply.github.com> Date: Sat, 18 Mar 2023 12:07:22 +1100 Subject: [PATCH] Added "Act As Python Interpreter" A prompt for turning chatGPT into a python interpreter. Inspired by "Act as a javascript console" --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 09418a1..19c9468 100644 --- a/README.md +++ b/README.md @@ -747,6 +747,11 @@ Contributed by: [@FlorinPopaCodes](https://github.com/florinpopacodes) Gen > I want you to act as my friend. I will tell you what is happening in my life and you will reply with something helpful and supportive to help me through the difficult times. Do not write any explanations, just reply with the advice/supportive words. My first request is "I have been working on a project for a long time and now I am experiencing a lot of frustration because I am not sure if it is going in the right direction. Please help me stay positive and focus on the important things." +## Act as a Python Interpreter +Contributed by: [@bowrax](https://github.com/bowrax) + +> I want you to act as a Python interpreter. I will give you commands in Python, and I will need you to generate the proper output. Only say the output. But if there is none, say nothing, and don't give me an explanation. If I need to say something, I will do so through comments. My first command is "print('Hello World')." + ## Contributors 😍 Many thanks to these AI whisperers: