total = 0
for j in range(1,100):
if j % 3 == 0 or j % 5 == 0:
total += j
print(total)
Finding Direction: Navigating Career Goals and Life Aspirations Life often presents us with a myriad of choices, and the path to fulfillme...
No comments:
Post a Comment