Answers for "how to run python files command prompt"

30

execute command in python script

import os

os.system("ma Commande")

#Exemple:

os.system("cd Documents")
Posted by: Guest on June-10-2020
3

how to run python file

C:\Users\Paracha> python myfile.py
Posted by: Guest on March-01-2022

Code answers related to "how to run python files command prompt"

Python Answers by Framework

Browse Popular Code Answers by Language