from subprocess import callprint(call(["cat", "/etc/shadow"]))print(call(["whoami"]))
Standard input is empty
1 1
cat: /etc/shadow: Permission denied whoami: cannot find name for user ID 20089
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!