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