Error while execution

I am trying to run the above code but im getting the same error.I have also tried copy pasting the code from cb github .The link to code is https://ide.codingblocks.com/s/253950
and the error its showing is
File “clean_text.py”, line 43, in
inputFile = sys.argv[1]
IndexError: list index out of range

hey @Sid10 ,
The provided code file needs to be executed from command prompt as it takes inputs from cmd.

this means we need to run our code from cmd as:

python code.py < inputFile Name > < outputFile Name >

Just run this code and change the respective names .

I hope this would have resolved your doubt.
Thank You and Happy Learning :slightly_smiling_face:.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.