Answers for "code to run py on terminal"

14

code to run py on terminal

#FOR VISUAL STUDIO CODE
#Go to your folder containing python file; and run following code 
# open terminal
python hello.py
Posted by: Guest on June-25-2021
0

how to run a python file in terminal

cd nameofpythondirectory
python hello.py
Posted by: Guest on June-20-2021

Python Answers by Framework

Browse Popular Code Answers by Language