Answers for "run python script windows"

7

python how to run terminal command

#By Uku Loskit

import os
os.system("ls -l")
Posted by: Guest on January-09-2020
0

how to run a python script

#terminal, <python path> <python file>
/usr/bin/python /mydir/myscript.py
Posted by: Guest on December-21-2021

Code answers related to "run python script windows"

Python Answers by Framework

Browse Popular Code Answers by Language