【发布时间】:2008-10-14 04:31:49
【问题描述】:
在许多符号数学系统中,例如 Matlab 或 Mathematica,您可以使用像 Ans 或 % 这样的变量来检索最后计算的值。 Python shell 中是否有类似的工具?
【问题讨论】:
-
即使在 Python 中,最后的答案也是 42。
-
42?每个人都错过了获取 Prior Incantoto 参考的机会!
-
[输入]>>> _1 [输出]>>> 42?每个人都错过了获取 Prior Incantoto 参考的机会!
标签: python