fork download
  1. a = 2
  2. b = 3
  3. print('here', a+b)
Success #stdin #stdout 0.01s 7204KB
stdin
Standard input is empty
stdout
('here', 5)