gpt4 book ai didi

python - 等效于 matlab "ans"和运行 shell 命令

转载 作者:行者123 更新时间:2023-11-28 20:41:52 25 4
gpt4 key购买 nike

这些天,在使用 Matlab/Octave 十多年后,我正在从 Matlab 过渡到 Python。我有两个简单的问题:

  1. Python交互模式下,有没有对应Matlab的ans的?
  2. 如何在 Python 交互模式下运行 shell 命令?当然,我可以使用 os.system(),但在 Matlab 中,我们可以通过在实际命令之前放置 ! 来运行 shell 命令。 Python 中有类似的东西吗?

最佳答案

Python交互方式是Python。您将需要使用 os.system 或等效的。或者,您可以使用 Ctrl-Z 暂停 Python,然后使用 fg 返回。 (假设类 UNIX 环境。)

最后计算的表达式保存在变量_中:

>>> 1 + 2
3
>>> _ * 4
12

关于python - 等效于 matlab "ans"和运行 shell 命令,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32108471/

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