We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
02b14b4
Just runs a python interpreter REPL, no script running capabilities yet.
To import your own code, add to the sys path
sys.path.append('.') import mymodule ...