fork download
  1. j = 0
  2. dt = 0.01
  3. for i in range(0,100):
  4. y = i * dt
  5. j = j + dt * y**2
  6. print(j)
Success #stdin #stdout 0.09s 14116KB
stdin
Standard input is empty
stdout
0.32835000000000014