total = 0
for j in range(1,100):
if j % 3 == 0 or j % 5 == 0:
total += j
print(total)
How to Combat Overthinking or Negative Thoughts? 1. Don’t Fight Your Thoughts Trying to suppress or control negative thoughts often backfire...
No comments:
Post a Comment