fork download
  1. l1 = [3,7,1,90,2]
  2.  
  3. print(sum(l1))
Success #stdin #stdout 0.02s 28384KB
stdin
Standard input is empty
stdout
103