I have downloaded a python file xxxxxx.py that is supposed to run on the command line by
typing: python xxxxxx.py filename1 filename2
and that should take these two files as arguments.
I was wondering if there is a way I can use IDLE to pass in these arguments. Is there a way other than setting sys.argv
?
Thanks
python xxxxxx.py filename1 filename2
at the command line? Or copying and pasting it at the command line? Or using up-arrow to type it again at the command line? – Clinician