Answers for "can i call a python script from a function"

0

can i call a python script from a function

import subprocess
subprocess.call("test1.py", shell=True)
Posted by: Guest on February-18-2022

Code answers related to "can i call a python script from a function"

Python Answers by Framework

Browse Popular Code Answers by Language