I am trying to remotely direct several people in my office to Python, and the easiest way to do this seems to show them how these simple Python samples ...
http://wiki.python.org/moin/SimplePrograms
... run in the sandbox, for example ideone.com .
Everything goes well until the eighth example ("Command Line Arguments, Exception Handling").
I do not see the possibility of sending arguments to the ideone interpreter, and when I try to compress the values ββvia stdin, they seem to be ignored. Does anyone know how to do this? Ideone faqs say nothing about arguments.
If not, is there another web-based Python interpreter that accepts stdin arguments and can do the trick?
Thanks in advance. You guys are wonderful.
source share