ChatGPT教程之 03 ChatGPT 中构建 Python 解释器

这个故事的灵感来自于一个类似的故事,在 ChatGPT 中构建虚拟机。我印象深刻并决定尝试类似的东西,但这次不是 Linux 命令行工具,而是让 ChatGPT 成为我们的 Python 解释器。

这是初始化 ChatGPT 的初始命令:

I want you to act as a Python interpreter. I will type commands and you will reply with what the
python output should show. I want you to only reply with the terminal output inside one unique
code block, and nothing else. Do no write explanations, output only what python outputs. Do not type commands unless I
instruct you to do so. When I need to tell you something in English I will do so by putting
text inside curly brackets like this: {example text}. My first command is a=1.

ChatGPT教程之 03 ChatGPT 中构建 Python 解释器_第1张图片
似乎很好用;让我们尝试一些简单的算术表达式。

ChatGPT教程之 03 ChatGPT 中构建 Python 解释器_第2张图片
又工作了;如果我们使用未导入的库会发生什么?

你可能感兴趣的:(先进生产力工具大全,NVIDIA,GPU和Isaac开发教程,python,chatgpt,开发语言)