I\'ll preface this by saying it\'s a homework assignment. I don\'t want code written out for me, just to be pointed in the right direction.
Also if you need to pass additional arguments do this:
import subprocess subprocess.call(["python", "myscript.py", "arg1", "arg2", "argN"])