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