fork(1) download
  1. a="HELLO|PYTHON|WORLD"
  2. b="hello|ai|world"
  3. print(a)
  4. print(b)
Success #stdin #stdout 0.07s 14132KB
stdin
Standard input is empty
stdout
HELLO|PYTHON|WORLD
hello|ai|world