Answers for "run all python files in a directory in windows"

0

run all python files in a directory in windows

for f in *.py; do python "$f"; done
Posted by: Guest on May-06-2021

Code answers related to "run all python files in a directory in windows"

Python Answers by Framework

Browse Popular Code Answers by Language