Answers for "how do you run a python script"

12

run python file using python code

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

how to run python code in python

command = "print('Hi World')
exec(command)
Posted by: Guest on August-04-2021

Code answers related to "how do you run a python script"

Python Answers by Framework

Browse Popular Code Answers by Language