fork download
  1. add = lambda a, b: \
  2. a + b
  3.  
  4. print(add(1000, 4))
Success #stdin #stdout 0s 23304KB
stdin
Standard input is empty
stdout
1004