Specifies the list of arguments to pass to your program when your job runs.
The syntax is:
arguments = arg1 arg2 ...
For example, if your job requires the numbers 5, 8, 9 as input, your arguments keyword would be similar to:
arguments = 5 8 9