fork download
  1. S = sum(range(3, 500, 6))
  2. print(S)
Success #stdin #stdout 0.02s 27696KB
stdin
Standard input is empty
stdout
20667