Run the following code in the custom invocation tab with pypy3.6
import random
print('Hello world!')
This gives the following verdict:
Runtime error: exit code is 13131313
=====
Used: 373 ms, 10900 KB
Any ideas why? This also happens with pypy2.7, but not when using the CPython interpreters.