Python Scrip Error

Hi @Arun_Pondhe

I think you have missed semicolon comma check the code

Check this for instance

https://stackoverflow.com › questions
Web results
How to open multiple files in a directory - Stack Overflow

Thanks
Ashwin.S

@Arun_Pondhe

The Code parameter takes a String. You need to either enclose all of your code in quotes to make it a string or you need to write the code into a file and then pass in the filename to the File parameter.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.