fork download
  1. echo "from os import system; system('echo \"print(\'Hello World!\')\" | python')" | python
Success #stdin #stdout 0.04s 6360KB
stdin
Standard input is empty
stdout
Hello World!