📅  最后修改于: 2022-03-11 14:46:14.893000             🧑  作者: Mango
import os
#You can use the system function to make a script of your other
#language and call that script from your python code
#Example of incorporating a shell script:
os.system(./script.sh)