fork download
  1. # 0JzQsNC60L7QstGW0Lkg0KHQtdGA0LPRltC5
  2. a='hello'
  3. b='world'
  4. print(a+b)
Success #stdin #stdout 0.09s 14108KB
stdin
Standard input is empty
stdout
helloworld