so here is the code I have so far and I am good to change it if its better to go a different way.
import os
d = "testinput"
os.system("python3 download.py")
Once this is ran below is printed.
-Enter name of submission to download:
here is where id like the variable d to be inputted for me but having issues finding a way to do it. I am sure its simple but its not clicking just yet. Any help would be appreciated.
I have tried os.system("python3 download.py < d")
But this gave me an error. sh: testinput: No such file or directory