fork download
  1. # your code goes here
  2. a="HELLO WORLD"
  3. b="HELLO/AI/WORLD"
  4. print(a)
  5. print(b)
Success #stdin #stdout 0.08s 14108KB
stdin
Standard input is empty
stdout
HELLO WORLD
HELLO/AI/WORLD