fork download
  1. # your code goes here
  2. suma=sum(range(1, 501))
  3. print(suma)
Success #stdin #stdout 0.13s 14160KB
stdin
Standard input is empty
stdout
125250