You are viewing a single comment's thread. Return to all 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')
Seems like cookies are disabled on this browser, please enable them to open this website
K Candy Store
You are viewing a single comment's thread. Return to all comments →
The Python template is missing the code to write the result to stdout. You can add the following lines to do so: