gpt4 book ai didi

linux - 我想通过命令行向 python 传递一个参数

转载 作者:塔克拉玛干 更新时间:2023-11-03 02:00:00 25 4
gpt4 key购买 nike

当我在 shell 中键入 python 时,我得到 >>> 作为结果。然后,如果我输入 print "something",它会打印一些东西。我想通过 bash 脚本在一个命令中完成这两项操作。这是一个不起作用但接近理解要点的示例

`print "something"` | python;

我希望执行 python 并将打印命令作为参数传递。但事实并非如此。

我该怎么做:

python
>>> print "hello"

在一个命令中?

最佳答案

怎么样:

python -c "print 'hello'"

关于linux - 我想通过命令行向 python 传递一个参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15940381/

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