编写一个python脚本 去运行别的python脚本
有一个 /home/test/price_service/bin/price/test.py
每次接收的参数不一样
python test.py Beijing Shanghai 11
python test.py Beijing Shanghai 12
python test.py Beijing Shanghai 13
我想编写一个脚本 一次 输出 Beijing Shanghai (10-90)的结果
我要怎么做
或者 批处理命令也可以