for file in *.py ; do echo "running $file..." ; python3 $file; echo; done