Exécutez tous les fichiers Python dans un répertoire dans Windows

for f in *.py; do python "$f"; done
itsvinayak