fork download
  1. a, b="100",200
  2. print(a+str(b))
Success #stdin #stdout 0s 23296KB
stdin
Standard input is empty
stdout
100200