0

像这样将进程传递给python程序时

 cat someFile | python -c "<Python code over here>"

如何计算压痕?

4

1 回答 1

1

一个简单的选择是添加缩进:

$ echo foo | python -c '
> if True:
>  print "yes"
> '
于 2013-07-23T05:18:38.577 回答