Run multiple python programs sequentially.

I HAVE WRITTEN NINE PYTHON CODES TO PERFORM A TASK
........
I WISH TO RUN THEM SEQUENTIALLY.
eg. code1__code2 >>>>>>>>code9.py
TO GET DESIRED OUTPUT.
PLS HELP ME WRITTING SHELL SCRIPT ..

I HAVE TO DISTRIBUTE THESE CODE FOR BEING USED BY OTHERS.

if just in sequence, fill the file like this,

prog1.py
prog2.py
.
.
.
prg9.py

What is the big deal ? If some programs input has to be redirected, then use appropriate redirection / piping ...

Tell us the requirement more clearly, if u meant something else.

Closed until you promise to to scream so much any more.