# test.pyprint "hello, world"# test.shresult=`python test.py`echo $result# 执行bash test.sh# 结果hello, world