fork download
  1. a="Hello World"
  2. b="HELLO|AI|WORLD"
  3. print(a)
  4. print(b)
Success #stdin #stdout 0.08s 14060KB
stdin
Standard input is empty
stdout
Hello World
HELLO|AI|WORLD