Answers for "how to incorportate a different language in python code"

0

how to incorportate a different language in python code

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)
Posted by: Guest on July-22-2021

Code answers related to "how to incorportate a different language in python code"

Python Answers by Framework

Browse Popular Code Answers by Language