fork download
  1. num=0
  2. num=sum(range(0,101))
  3. print num
Success #stdin #stdout 0.02s 4676KB
stdin
Standard input is empty
stdout
5050