• + 0 comments

    The Python template is missing the code to write the result to stdout. You can add the following lines to do so:

            fptr.write(str(result))
            fptr.write('\n')