gpt4 book ai didi

python - 获取到目前为止在 Python 解释器 session 中输入的代码

转载 作者:太空宇宙 更新时间:2023-11-04 08:57:37 25 4
gpt4 key购买 nike

<分区>

到目前为止,是否有一种快速、方便的方法将所有代码输入到 python 解释器中?例如,如果我在解释器中输入:

Steven$ python
Python 2.7.5 (default, Mar 9 2014, 22:15:05)
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> print "hi"
hi
>>> a = [1,2,3]
>>> for e in a:
... print e
...
1
2
3
>>> print "bye"
bye
>>>

我想得到这些行:

print "hi"
a = [1,2,3]
for e in a:
print e
print "bye"

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com