python script to execute terminal commands

#!/usr/bin/python
#coding:utf-8
import os
print(os.system(‘lua /Users/33333/Desktop/333333/LuaJsonConvert/lua2json_convert.lua’))

raw_input("The export is completed, the result under the corresponding folder")

Guess you like

Origin blog.csdn.net/qq983985955/article/details/129377423