gpt4 book ai didi

python - 在交互式 Python shell 中获取最后一个结果

转载 作者:IT老高 更新时间:2023-10-28 12:31:03 27 4
gpt4 key购买 nike

在许多符号数学系统中,例如 Matlab 或 Mathematica,您可以使用像 Ans% 这样的变量来检索最后计算的值。 Python shell 中是否有类似的工具?

最佳答案

下划线。

>>> 5+5
10
>>> _
10
>>> _ + 5
15
>>> _
15

关于python - 在交互式 Python shell 中获取最后一个结果,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/200020/

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