In python:
total = 0
for x in range(3, 67, 3):
total += x
print(total)
I hope this helps!
8.6m questions
11.2m answers