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