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