From fb753bff84ee3a37d829b39182d9ae2adf7e7925 Mon Sep 17 00:00:00 2001 From: Zach <19719195+akireee@users.noreply.github.com> Date: Tue, 13 Dec 2022 16:54:24 -0500 Subject: [PATCH] Add "Act as a Python interpreter" --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 404ce6e..d800260 100644 --- a/README.md +++ b/README.md @@ -416,6 +416,10 @@ Contributed by: [@lucagonzalez](https://github.com/lucagonzalez) Contributed by: [@sonmez-baris](https://github.com/sonmez-baris) > I want you to act as an ascii artist. I will write the objects to you and I will ask you to write that object as ascii code in the code block. Write only ascii code. Do not explain about the object you wrote. I will say the objects in double quotes. My first object is "cat" +## Act as a Python interpreter +Contributed by: [@akireee](https://github.com/akireee) +> 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!')" +