Answers for "run python script locally"

12

run python file using python code

exec(open('file.py').read())
Posted by: Guest on May-24-2020
8

python how to run terminal command

#By Uku Loskit

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

Python Answers by Framework

Browse Popular Code Answers by Language